I have a sharepoint list that keeps data for people's OOO events. When an item is added to this list, I have a variety of workflows that create these events in a shared outlook calendar. I recieved the request for the ability for them to update 1 recurrence of a series instead of the entire series, like they can do in outlook. Long story short, I have tried a variety of ways to get the event id's of the individual events within a series so that I can either update them or delete them using the Outlook actions in power automate.
I have tried using Get calendar view of events (V3) and filtering on the MasterSeriesID which in my understanding is the same for all event instances. However, this filter query never outputs anything. The masterseriesID is the only thing I believe I can filter on as it is guarenteed unique amongst everyone's events.
I am wondering if the same thing can be acheived with the send an http request for outlook action, however, I'm not sure how to configure it.
Any suggestions or futher questions are greatly appreciated.