🏝 It’s finally summer break! We all wish we could create Out Of Office events in Calendar using Google Workspace #AppsScript (I know you do). But Calendar API is yet not allowing us to do so.
This post from Dararath BEAUVOIR is a great reminder that in Google Workspace/Apps Script development that you occasionally need to look beyond the built-in services like CalendarApp
to the Advance Service equivalents. In this case Calendar.CalendarList.list
is used because unlike CalendarApp
using the Advanced Service the event response indicated if the eventType
is out-of-office. More details are included in the source post.
Source: Create an Out Of Office event in Calendar with Google Apps Script
Member of Google Developers Experts Program for Google Workspace (Google Apps Script) and interested in supporting Google Workspace Devs.