I am currently try to use the Microsoft Graph API to cancel a set of recurring meetings using the following call:
POST /users/{prinicipalName}/calendar/events/{id}/cancel
And I am getting back Unsupported segment type error.
I can delete events one at a time, but I need a way to cancel all events in a recurrence. Any help would be much appreciated.