How to manage multiple Google Calendar Accounts in n8n - trick

Hello,

I just wanted to share my discovery :grin::+1:
You probably already know that you can’t dynamically switch Google Calendar accounts if you want to manage calendars from multiple Google accounts (for example, when you’re building a single workflow for multiple clients and would need dynamic credential switching).

Instead of doing that, what you can do is use one signed-in Google account (yours). If you want to manage another calendar (your second account or a client’s calendar), you can simply share the Google Calendar with your account and manage it that way.

Pros:

  • Very easy to set up

  • Your client has full control — they can remove your access at any time

  • Only one signed-in account needed in n8n

Let me know what you think!

1 Like

Great idea! I´ll do just like that!