Hi Everyone,
My Google Calendar credentials looked ok (the account is connected = green). When testing the Workflow The “node executed sucessfully” is popping up, but I always end up with the following output:
“It seems there is an issue with retrieving your calendar events at the moment. Please check your calendar app directly to see if you have any appointments scheduled for today. If you’d like, I can help guide you on how to do that.”
That said, the Google Calendar node output signals the following:
“ERROR: Calendar parameter’s value is invalid. This is likely because the URL entered is incorrect”.
Edit for more info
ERROR Detail is : {
“errorMessage”: “ERROR: Calendar parameter’s value is invalid. This is likely because the URL entered is incorrect”,
“errorDetails”: {},
“n8nDetails”: {
“time”: “22/03/2025 15:02:34”,
“n8nVersion”: “1.82.3 (Self Hosted)”,
“binaryDataMode”: “filesystem”,
“cause”: {
“message”: “ERROR: Calendar parameter’s value is invalid. This is likely because the URL entered is incorrect”,
“timestamp”: 1742652154844,
“name”: “WorkflowOperationError”,
“context”: {}
}
}
}
So about the GCalendar credential:
Grant type is:
Authorization Code (not my choice, it was automatically proposed)
So I provided the other fields info as follows:
Authorization URL (is the one I’ve found in the credential JSON file):
https://accounts.google.com/o/oauth2/auth
Access Token URL (also found in the credential JSON file):
https://oauth2.googleapis.com/token
Client ID: *** (copied from dashboard)
Client Secret: *** (copied from dashboard)
Authentication: Header (not my choice, it was automatically proposed)
I’m a beginner, I have no Idea what’s going on here (since the URLs are those of the JSON file)
Do you have any ideas on what’s going wrong, and/or a suggestion to resolve this issue?
FYI on my n8n setup:
n8n version: Version 1.82.3
Database : SQLite
n8n EXECUTIONS_PROCESS setting: own by default
Running n8n via: n8n cloud
Operating system: IDK yet (hosted by elest.io)
Thank you for your help.