Thoughts
1 thought about "Calendar API" in the last 90 days
3/29/2026
Google Apps Script gotcha: CalendarApp.getGuestList() throws on read-only or subscribed calendars (holidays, shared calendars where you're not an editor). Always wrap in try/catch or the entire function crashes on one bad event.