I have created recurring calendar events through graph API in outlook, however, I am not able to find any way to delete a particular instance of a recurring event through Graph API. I have looked all over the graph API documentation https://docs.microsoft.com/en-us/graph/api/event-delete?view=graph-rest-1.0&tabs=javascript
Let me know is it really possible to update/delete a particular recurring event instance and how.
Thanks!!