Apps Script Triggers

Explains Google Apps Script's simple vs installable triggers, their event object shapes, authorization differences, and how to register/manage installable triggers programmatically without duplicating them. Use when adding onOpen/onEdit/onChange/onFormSubmit/time-driven behavior, or when a trigger isn't firing, is duplicated, or fails with an authorization error. Framework-agnostic — applies with or without bootgs.

bootgs Updated

File contents

bootgs/skills/tree/main/skills/apps-script-triggers commit 042e78f68e

Frequently asked questions

npx skillmds@latest add bootgs/apps-script-triggers