Forum Discussion
Jared Bennett
Oct 29, 2020Copper Contributor
Delete Calendar Invite Email when RSVP through Respond to an Event Invite V2
In a flow I've created, I'm using Respond to an Event Invite V2 https://docs.microsoft.com/en-us/connectors/office365/#respond-to-an-event-invite-(v2) to reply to a calendar event. If this was done m...
Expiscornovus
Jul 08, 2022Iron Contributor
I think I have found a workaround. You can use retrieve the correct id via the eventMessage in the Graph API.
https://docs.microsoft.com/en-us/graph/api/eventmessage-get?view=graph-rest-1.0&tabs=http
Below is an example.
Pablito45
Jul 18, 2022Copper Contributor
Expiscornovus Thank you for the effort. Your solutions looks neat!
Unfortunately, I have had other struggles and I have not had the chance to try this out. (my calendar and a shared mailbox calendar being synchronised and not being able to target only of them)