You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Calendar improvements to New or Updated Event source (#14925)
* Google Calendar - New Created or Updated Event (Instant) - update to handle invalid sync token
* Bug fix: When the listEvents API returned a 410 status, this threw an exception instead of returning to code that handles this condition.
The API call is changed to allow a 410 status to be returned.
* Google Calendar - New Created or Updated Event (Instant) - reduce API calls when many calendars subscribed
* When a notification is received, updates are fetched only for the calendar that triggered the notification
This reduces calls to the Google Calendar API, preventing unnecessary rate limiting
* Address style issues and additional bug identified by coderabbitai
* versions, lint fix
* pnpm-lock.yaml
* update
---------
Co-authored-by: michelle0927 <[email protected]>
0 commit comments