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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation outlines the `CalendarAddOnManifest.Types.EventAccess` enum, which is part of the Google.Apps.Script.Type namespace and is used to define the level of data access required by event triggers."],["The latest version of this documentation is for version 2.3.0, and there are previous versions available, dating back to version 1.0.0, accessible in the listed links."],["The `EventAccess` enum has five fields: `Metadata`, `Read`, `ReadWrite`, `Unspecified`, and `Write`, each offering different levels of permissions for event triggers to access event data and perform actions."],["`Metadata` allows access to event metadata like ID, `Read` allows access to all event data, `ReadWrite` allows full data access and the ability to perform all actions, `Write` allows metadata access and the ability to perform actions like adding attendees, and `Unspecified` is the default value."],["The `Google.Apps.Script.Type.dll` assembly contains this enum."]]],[]]