Gets a value that indicates whether the user needs to authorize this script to use one or more services (for example, ScriptApp.AuthorizationStatus.REQUIRED).
The trigger fires once the time-driven event reaches a specific time.
ON_OPEN
Enum
The trigger fires once the user opens the Google Docs, Sheets, or Forms file.
ON_EDIT
Enum
The trigger fires once the user edits the Google Sheets file (for example, by entering a new value into a cell, which counts as an edit instead of a change).
ON_FORM_SUBMIT
Enum
The trigger fires once the user responds to a Google Form.
ON_CHANGE
Enum
The trigger fires once the user changes the Google Sheets file (for example, by adding a row, which counts as a change instead of an edit).
ON_EVENT_UPDATED
Enum
The trigger fires once an event gets created, updated, or deleted on the specified Google Calendar.
Returns an enum value that indicates how the script came to be installed as an add-on for the current user (for example, whether the user installed it personally through the Chrome Web Store, or whether a domain administrator installed it for all users).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-08 UTC."],[[["\u003cp\u003eThe Script service empowers developers to automate tasks and control web app deployments within Google Apps Script.\u003c/p\u003e\n"],["\u003cp\u003eTriggers automate script execution based on events like opening documents, form submissions, or time-based occurrences.\u003c/p\u003e\n"],["\u003cp\u003eScript publishing controls how scripts are deployed as web apps, managing access and properties.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization management handles user permissions for script execution, with different authorization levels and status checks.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the \u003ccode\u003eScriptApp\u003c/code\u003e class, trigger builders, and authorization classes to build robust and automated solutions.\u003c/p\u003e\n"]]],[],null,[]]