Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Event Watch Calls Based On Google API Changes #71

Closed
tyler-dane opened this issue Feb 9, 2024 · 1 comment
Closed

Update Event Watch Calls Based On Google API Changes #71

tyler-dane opened this issue Feb 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tyler-dane
Copy link
Contributor

tyler-dane commented Feb 9, 2024

Below comes from the email I got from our friends at Google. We should update our event calls accordingly.


The Google Calendar API v3 will now include the eventType parameter to subscribe to specific event types when using Events.Watch. Additionally, starting March 11, 2024, the following changes will be introduced:

Default event type filters alignment for both Events.list and Events.watch.
Error handling for operations not supported for special event types, such as WorkingLocation, Out of Office, and FocusTime events.

What Should Be Changed

Events.watch: Specify the event types you need for your application as a parameter to reduce your infrastructure costs. In case you want to request a quota increase, please make sure you have implemented event type filters appropriately. This factor will be considered when we are evaluating quota increase requests.

Events.list: Specify the event types you need for your application as a parameter. Without making this change, working location events will start to be returned.

Explore the updated documentation and resources to learn more about Google Calendar API v3:

Manage focus time, out of office, and working location events documentation
Manage quotas

@tyler-dane tyler-dane added the enhancement New feature or request label Feb 9, 2024
@tyler-dane
Copy link
Contributor Author

Duplicate of #86

@tyler-dane tyler-dane marked this as a duplicate of #86 Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant