I created a flow to add calendar events in outlook based on google calendar events.
Now when i try to update/delete an event in google calendar i cant update the outlook events as i dont have the correct outlook id. Is there any best practice for this?
We don’t have a best practice as such for that but I can think of another way to handle it. I would check Outlook for the event using the name and if it doesn’t exist create it and if it does update it, The workflow would look something like the example below.