Search code examples
microsoft-graph-apimicrosoft-graph-calendar

How to identify a canceled event in Microsoft Graph REST API?


After I've canceled an event, I couldn't list it at List events anymore. But it still displaying to end user as subject "Canceled: User subject event". How can I use List events to identify this canceled event?


Solution

  • In the events properties you will find a "IsCancelled" property you can leverage to filter events out.