I am trying to setup a trigger that listen to events from all calendars under a google account. For now, I only see the option to listen to a specific calendar. Is it possible to do that with Pipedream?

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

Haim Bendanan : Hey:wave:
I am trying to setup a trigger that listen to events from all calendars under a google account. For now, I only see the option to listen to a specific calendar. Is it possible to do that with Pipedream? Can I somehow edit the trigger code?

Tod Sacerdoti : Haim - All trigger code is editable. You can go to Sources in the left nav and within any source click “Edit code and configuration” to view and edit the code. You can also author your own sources, see documentation.

Haim Bendanan : Hey Tod, thanks for the quick answer!
It looks like the “New or Updated Event (Instant)” calendar source uses a wrapper on top of the google calendar library.
I am trying to see if I can make it work, will update

Haim Bendanan : Hey , I took a look at the code of the source (“New or Updated Event (Instant)”).
Are you sure that it is technically possible to update the source so it supports multiple calendars, without updating your google calendar wrapper libraries?

Tod Sacerdoti : You can write a new source (with or without the wrapper library) if the API supports it. See documentation for developing sources.