Best practice for updating outlook events based on google calendar events

Describe the problem/error/question

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?

Please share your workflow

n8n version [email protected]
default database

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Stefan_Lehmann,

Welcome to the community :raised_hands:

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.

1 Like

Thank you, that helped a lot.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.