I'm taking an email that includes event details (including one required attendee) in its body and I create an Outlook event with those details. I can receive many emails for the same event, each with a different required attendee. If I get a new required attendee for an event that had already been created, I want to updated the existing event with the new additional attendee. If the event has not been created, I want to created it for the first time.
When I create an event I use the Outlook Create Event(V2) action. My original plan was to use the subject and start time that I set for my events to determine if there is already an event that exists with those parameters.
I can not figure out how to check if the event already exists and how to get the event id if it does exist.
Please help 😞