I am doing this right now: https://developers.google.com/google-apps/calendar/v3/push
I set up watchers for a given user through oauth and I get a notification when there is an update to their calendar to poll for changes. But is there a way to get notifications for shared calendars that they have access to or other calendars that they create?
I am not getting any notifications for any events that are not the default user's calendar. Any help would be appreciated.