'Can't get deleted occurrences of a repeating event from outlook calendar

I am trying to figure out how to get deleted occurrences of a repeating event. I am syncing with the delta token, and that gets me most of what I need, but if I have a recurring event in outlook and I delete one of the events in the series (not the whole series) the delta does not return the deleted event and I don't want to store all the recurring events and then query for the difference.



Solution 1:[1]

This looks like a bug. Specifically, it looks like removing an instance from a series is failing to show up as a change or delete (I'm actually not sure which I expect it to be).

I recommend posting this to Graph's Issues page so it gets in front of the proper folks from Exchange/Outlook.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Marc LaFleur