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."],[[["This documentation outlines the `CalendarAddOnManifest.Types.EventAccess` enum within the `Google.Apps.Script.Type` namespace, detailing the various levels of access event triggers can have."],["Version 2.3.0 is the latest version, and documentation for version 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0 are available as well."],["The `EventAccess` enum defines permissions like `Metadata`, `Read`, `ReadWrite`, `Unspecified`, and `Write`, each specifying the extent of data access and actions allowed for event triggers."],["The documentation provides the descriptions of each enum field, and the access level each contains for event triggers."],["The `CalendarAddOnManifest.Types.EventAccess` is contained in the `Google.Apps.Script.Type.dll` assembly."]]],[]]