php-ews icon indicating copy to clipboard operation
php-ews copied to clipboard

[SOLVED] How to fetch moved+deleted Occurrence events?

Open conradkirschner opened this issue 6 years ago • 1 comments

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 ?

conradkirschner avatar Sep 05 '19 15:09 conradkirschner

https://stackoverflow.com/questions/6117353/why-does-ews-managed-api-syncfolderitems-not-return-recurring-appointments

conradkirschner avatar Sep 10 '19 14:09 conradkirschner