hi, I am trying to create a flow that would update or delete an google calendar event if a O365 calendar event is deleted or updated.
I use the trigger: When an event is modified
and put in a condition: Is cancelled is equal to true
if Yes: Delete an event (on google calendar)
if No: Update an event
For some reason if I remove an event on my O365 calendar it doesnt seem to trigger an event. And if I tried to update the event time, it would trigger but fail to update with the following error:

any idea how can I get this to work?