When creating an o365 event from a google calenadar event i save the google event ID as the body. When deleting how can I search for that google event ID to find the o365 event ID?

When creating an o365 event from a google calenadar event i save the google event ID as the body. When deleting how can I search for that google event ID to find the o365 event ID?
Hi @trevco,
Could you please share a screenshot of your flow’s configuration?
Do you create two separated flows on your side?
Could you please show a bit more about body of O365 calendar event? Is it the Body preview content?
Further, do you want to search for the google event ID which is stored in body of O365 calendar event to find O365 event ID when deleting the google event?
I have made a test on my side and please take a try with the following workaround:
The first flow: Creating an O365 event from a google calendar event and save the google event ID as the body of O365 event:
The flow works successfully as below:
The second flow: search for the google event ID which is stored in body of O365 calendar event to find O365 event ID when deleting the google event:
@equals(formatDateTime(item()?['Start'], 'MM/dd/yyyy'), formatDateTime(triggerBody()?['start'], 'MM/dd/yyyy'))
Within “If/yes” branch of Condition, add a “Get event (V2)” action, specify Calendar id, Item id set to Id dynamic content of “Filter array” action.
Image reference:
The flow works successfully as below:
Best regards,
Kris