Issue with some Google Calendars

Describe the problem/error/question

Some of my google calendars return 404 when using the Google Calendar node. Namely the Birthdays and Holidays. I found Error 404 when creating a Google Calendar credential , where it was mentioned that was fixed in a previous version. Is this a regression or I’m doing something wrong?
PS: the Google application has Calendar API enabled, People API enabled and is using the OAuth credentials, but it’s not published … working in test mode. The Sign in action works without any issue.

What is the error message (if any)?

Problem in node ‘Google Calendar Trigger1‘
404 - {“error”:{“errors”:[{“domain”:“global”,“reason”:“notFound”,“message”:“Not Found”}],“code”:404,“message”:“Not Found”}} - Not Found

Information on your n8n setup

  • **n8n version: 1.17.1
  • **Database (default: SQLite): default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • **Operating system: Ubuntu Server / docker container

Hey @X_Dan,

Welcome to the community :raised_hands:

I just took a quick look at this and had the same issue so I have put in a fix which can be found below, Once reviewed it will be merged in and available in a future release.

That’s great, thank you. Will follow the merge request. I assume that # (addressbook#[email protected]) was creating the issue since this ends up in a GET request.

1 Like

New version [email protected] got released which includes the GitHub PR 7832.

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