Hi everyone,
I’m trying to set up a workflow in n8n that retrieves calendar events from the Google Calendar tool, but I’m running into issues. Here’s what’s happening:
The workflow checks Google Calendar for events within a specific time frame.
Despite the calendar being empty, the workflow doesn’t return any results or indicate that it’s available.
I’ve confirmed that the calendar is connected properly, and I’ve checked permissions for the API integration, which seem fine.
Here’s what I’ve tried so far:
-
Verified that the OAuth credentials are set up correctly and have the necessary permissions.
-
Checked that the correct calendar ID is being used in the workflow.
-
Ensured the timeMin and timeMax parameters are accurate and match the calendar’s time zone.
-
Added logging to the workflow to debug the response, but no events or errors are being returned.
Has anyone faced a similar issue or know how to resolve this? Any guidance or troubleshooting tips would be greatly appreciated!
Thanks in advance!