n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
47.89k stars 7.33k forks source link

Google Calendar Trigger - New Event #6983

Open Pukabyte opened 1 year ago

Pukabyte commented 1 year ago

Describe the bug Cannot get events from my calendars, A couple calendars work but not all of them, it comes up with this message: {"message":"No data with the current filter could be found"}

NodeApiError: No data with the current filter could be found at Object.poll (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js:188:19) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:655:32) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:631:53

To Reproduce Steps to reproduce the behavior:

  1. Go to Trigger Event
  2. Click on Google Calendar
  3. Select Credentials, Calendar and Trigger on 'Event Created'
  4. Click Fetch Test Event
  5. See error

Expected behavior It should pull a recent event from my calendar

Environment (please complete the following information):

Additional context 2 of my calendars work, the others do not parse any information Failed image Working image

Joffcom commented 1 year ago

Hey @Pukabyte,

Does the Calendar you are connecting to have any events? Typically if it is working for some of them but not all then the issue is likely to be something in the calendar.

Pukabyte commented 1 year ago

Yes all calendars have events both past and future and current.

Joffcom commented 1 year ago

@Pukabyte is there anything different with it? If you use the normal node does that return events ok?

Pukabyte commented 1 year ago

Nothing is different from what I can see, they are both secondary calendars etc. not sure why it's not getting events from here

Joffcom commented 1 year ago

Hey @Pukabyte,

I am still not able to reproduce this, Are you still seeing an issue with this?

yellowpizzav2 commented 7 months ago

I have this too. It started when I made changes to the event that was fetched as "Fetch Test Event"