Can not find google calendar

my n8n can not find my google account in google calendar. How to solve the issue?

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version: 1.92.2
  • **Database (default: SQLite): no
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • **Operating system: windows 10
2 Likes

Hi @tytom2003

The error is because the API client/key you provided to N8N does not have access to Google Calendar API.

Take a look into this step on tutorial docs: Google OAuth2 single service | n8n Docs

If you can’t find access this link into Google Cloud and enable Google Calendar API under your project: Google Cloud console

This may help you.

1 Like

Yes, you should only need to add


above click + enable apis and services,
Below search

then enable :slight_smile:

Hope it fixes it :slight_smile:

1 Like

i enabled the google calendar API. Subbenly, it can not find own email address. Finally, i change google user id and pwd. So, it can find my google email address in google callendar node.

2 Likes

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