First post here, would love some insight.
I’ve got some folks that have calendars that are shared (created by some other individual, and shared to them).
Events show up as normal on a google calendar. Furthermore, I can do a query with Nylas.events.list and access any events on that calendar.
However, not getting any webhooks for events created on those shared calendars. Only if the event is created on a user owned calendar, I’ll get a Webhook.
Anyone have any experience with this? Am I missing something?
So to clarify, you are looking for webhook events for shared calendars. One way this would be possible is if the user that shared the calendar has connected their account with Nylas and received a grantId.
How are the calendars being shared? I assume the user’s email is being added to the shared calendar for visibility, however, this would not create a webhook for changes in the shared calendar for the user added. The user sharing the calendar will need to connect their account and receive a grant as well.
If you want to share more, code snippets, workflow, I can take a further look.