Why Isn't My Google Calendar New Upcoming Event Alert Trigger Functioning Properly?

This topic was automatically generated from Slack. You can find the original thread here.

Hello everybody! I’m trying to set up a trigger for upcoming events from google calendar (New Upcoming Event Alert trigger), but i’m having an issue - constructor is not receiving any events from Google calendar, no matter the settings I’m trying to apply. Anybody encountered that issue before?

Screenshot 2024-02-06 at 17.21.29.png

another thing is that events that i actually want to use have different names/event ids in the calendar. Is there a way to add a search pattern for that trigger?

It could be a bug, but you can also open this source’s logs under the Sources tab.

Then open up this Google Calendar source, and click the Logs tab

You’ll be able to see when the source is polling the Google Calendar API, or if there are errors when it’s trying to find new events.

thanks a lot!, will try to debug

looks like something with query to google calendar api - returns with 404

You can report bug reports on actions and triggers here in our public Pipedream Github Repository:

A Pipedream team developer or community member will investigate and make a new version to attempt to fix it if they can reproduce the bug.

All Pipedream triggers and actions are open source, so you can also contribute your own fix if you’d like.

Learn about how to develop new and modify existing components here: Overview