Google Calendar Trigger Problem, please help

I’m running into an issue with the Google Calendar Trigger on zeabur.

NodeApiError: No data with the current filter could be found at PollContext.poll (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/Google/Calendar/GoogleCalendarTrigger.node.ts:247:10) at processTicksAndRejections (node:internal/process/task_queues:105:5) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1258:20) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1581:27 at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2157:11

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version :1.103.2 (Self Hosted)

Dear @toky_arenas How are you !

Can you please share your workflow here, as I think the issue is with the filter in google calender.

So, if you share the workflow here, I can betterly assess it.

Here’s how to share your workflow

Share Your Workflow

Happy to help…

{
“nodes”: [
{
“parameters”: {
“pollTimes”: {
“item”: [
{
“mode”: “everyHour”
}
]
},
“calendarId”: {
“__rl”: true,
“value”: “d213663866820cc2b112a58579c8a999c236e1a1b3bbc63e1e75b40f2ac6ba17@group.calendar.google.com”,
“mode”: “list”,
“cachedResultName”: “學校活動”
},
“triggerOn”: “eventUpdated”,
“options”: {}
},
“type”: “n8n-nodes-base.googleCalendarTrigger”,
“typeVersion”: 1,
“position”: [
-464,
-48
],
“id”: “deaa92a8-37a2-44b5-afcc-8555877edce7”,
“name”: “Google Calendar Trigger”,
“credentials”: {
“googleCalendarOAuth2Api”: {
“id”: “1nrPrO3oa5zOUtAk”,
“name”: “Google Calendar account”
}
}
}
],
“connections”: {
“Google Calendar Trigger”: {
“main”: [

]
}
},
“pinData”: {},
“meta”: {
“templateId”: “self-building-ai-agent”,
“templateCredsSetupCompleted”: true,
“instanceId”: “ca69aeffb8707044a7218abe70949334454daabd67faa70346509025d16020ee”
}
}

THANK YOU VERY MUCH
THIS ONE?

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