googleworkspace / apps-script-samples

Apps Script samples for Google Workspace products.
https://developers.google.com/apps-script
Apache License 2.0
4.49k stars 1.83k forks source link

fix: write OOO event type using advanced Calendar service #437

Closed chanelgreco closed 7 months ago

chanelgreco commented 8 months ago

Description

The Calendar API now has the option of writing event type out of office through the advance Calendar service for Apps Script. I've updated the script to use this new feature instead of the workaround of creating a default event.

Fixes # (issue)

Is it been tested?

Checklist