I have been using 'Subscriptions' mechanism to get real time updates on Office calendar and mail. Now I just tried to listen for calendar events cancellation using the same mechanism but I noticed that I am not receiving 'delete' notifications for calendar events. Does anybody know if its an issue with api?
Office 365 'Delete' Subscriptions for Calendar
35 views Asked by yasirfarooqui At
1
Cancelled events are not deleted until and unless user removes the event from the calendar. The event is updated to reflect that it's been canceled.
So you should get an update notification and the event being updated will have
IsCancelled
set to true.