The ScriptApp
library provides tools for managing triggers, OAuth tokens, and project settings.
-
Create a Time-Based Trigger:
Schedule a function to run every 5 minutes. -
List All Triggers:
Fetch and log all triggers in the current script project. -
Delete All Triggers:
Remove all existing triggers in the script project. -
Get OAuth Token:
Retrieve the OAuth token for external API integrations. -
Monitor Daily Quota:
Log the remaining daily quota for the script. -
Set a Specific Time Trigger:
Schedule a function to run at a specific date and time. -
Create an Edit Trigger:
Create a trigger that activates when a Google Sheet is edited.