An object used to determine whether the user needs to authorize this script to use one or more
services, and to provide the URL for an authorization dialog.
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.
Gets an object used to determine whether the user needs to authorize this script to use one or
more services, and to provide the URL for an authorization dialog.
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 2022-02-24 UTC."],[[["The Script service empowers developers to automate tasks and control web app deployments within Google Apps Script."],["Triggers automate script execution based on events like opening documents, form submissions, or time-based occurrences."],["Script publishing controls how scripts are deployed as web apps, managing access and properties."],["Authorization management handles user permissions for script execution, with different authorization levels and status checks."],["Developers can utilize the `ScriptApp` class, trigger builders, and authorization classes to build robust and automated solutions."]]],[]]