Thoughts
1 thought about "Error Handling" in the last 7 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.