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 Google API Calls with new event_type param #86

Open
tyler-dane opened this issue Mar 10, 2024 · 1 comment · May be fixed by #87
Open

Update Google API Calls with new event_type param #86

tyler-dane opened this issue Mar 10, 2024 · 1 comment · May be fixed by #87
Labels
enhancement New feature or request

Comments

@tyler-dane
Copy link
Contributor

tyler-dane commented Mar 10, 2024

Well well well, look who decided to update their API (Google did).

Update functions that call events.watch, events.list, along with any tests and utils. This is to remain up-to-date with the lates Google Calendar API changes. See below for all details:


We are writing to inform you about upcoming changes to the Google Calendar API v3 that may impact your applications and notification handling, starting March 11, 2024.

What does this mean for your organization?
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 do you need to do?
To prevent any direct impact in your applications, we strongly encourage you to review your usage of the applications listed below and take the following actions:

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.
Event type: If your code is performing operations on special events, it is important to review it to ensure that your code does not attempt to perform operations not supported for special event types.
We’re here to help
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
If you have additional questions, please refer to get help from Google and the developer community.

Thanks for choosing Google Workspace.

– The Google Developer Team

@tyler-dane
Copy link
Contributor Author

tyler-dane commented Mar 24, 2024

Although the official Google Calendar API might support these new changes, it looks like the node driver from googleapis hasn't been updated for these. Therefore, this is on hold until the Node driver is updated

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

Successfully merging a pull request may close this issue.

1 participant