Skip to content

Instantly share code, notes, and snippets.

@glacials
glacials / update-work-calendar.gs
Last active September 26, 2025 05:23
Sync personal events to your work calendar
// WHAT DOES THIS DO?
//
// If you follow the instructions below, your work calendar will show you as busy during events on
// your personal calendar.
//
//
// NOTES
//
// This code is based on [Jeremy Hon's code][1].
//