METADATA gives event triggers the permission to access the metadata of
events such as event id and calendar id.
Read
READ gives event triggers access to all provided event fields including
the metadata, attendees, and conference data.
ReadWrite
READ_WRITE gives event triggers access to all provided event fields
including the metadata, attendees, and conference data and the ability to
perform all actions.
Unspecified
Default value when nothing is set for EventAccess.
Write
WRITE gives event triggers access to the metadata of events and the
ability to perform all actions, including adding attendees and setting
conference data.
[[["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-08-07 UTC."],[[["The webpage documents the `EventAccess` enum within the `Google.Apps.Script.Type.Calendar` namespace, specifically detailing the level of data access event triggers require."],["The latest version of the `EventAccess` enum documentation is 2.3.0, with links to previous versions ranging from 2.2.0 down to 1.0.0."],["The `EventAccess` enum defines five distinct fields: `Metadata`, `Read`, `ReadWrite`, `Unspecified`, and `Write`, each specifying different access permissions for event data."],["The enum fields range from basic metadata access (`Metadata`) to full read/write capabilities (`ReadWrite`), including options for default settings (`Unspecified`) and write operations (`Write`)."],["Each field description includes the level of access allowed, such as metadata, attendees, conference data, and the ability to perform actions."]]],[]]