Is it possible to configure the google calendar tool to fetch information from multiple or even all my calendars? If not, how can I achieve it?
Information on your n8n setup
- n8n version: 1.72.1
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Linux MINT 22
n8n
2
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:
Jim_Le
3
Hey @AgatheBauer
Not possible with the Google Calendar Tool unfortuantely - this is due to Google’s Calendar API which is restricted to single calendar queries.
To get events from multiple calendars, you’ll need to build your own custom workflow tool to loop and query each available calendar.
Here’s an example. Remove the “Filter” node to fetch from all calendars.
3 Likes
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.