php-ews
php-ews copied to clipboard
[SOLVED] How to fetch moved+deleted Occurrence events?
Version (e.g. 1.0, dev-master): PHP version: 7.1 Microsoft Exchange version: VERSION_2016
Description of problem:
How to get deleted NonEmptyArrayOfOccurrenceInfoType Events?
EWS gives me ->ModifiedOccurrences->Occurrence.
But when I move a Occourrence first and then delete it, I only get
/**@var CalendarItem **/ $item->DeletedOccurrences->DeletedOccurrence->Start (only)
without reference to the actual meeting datetime.
So how is it possible to track all moved + deleted Items with this lib ?
https://stackoverflow.com/questions/6117353/why-does-ews-managed-api-syncfolderitems-not-return-recurring-appointments