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."],[[["\u003cp\u003eVersion 2.0.0 of the Google.Apps.Script.Type library includes an \u003ccode\u003eEventAccess\u003c/code\u003e enum which defines the different levels of data access for event triggers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEventAccess\u003c/code\u003e enum is located within the \u003ccode\u003eGoogle.Apps.Script.Type.Calendar\u003c/code\u003e namespace and is part of the Google.Apps.Script.Type.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are five distinct fields within the \u003ccode\u003eEventAccess\u003c/code\u003e enum: \u003ccode\u003eMetadata\u003c/code\u003e, \u003ccode\u003eRead\u003c/code\u003e, \u003ccode\u003eReadWrite\u003c/code\u003e, \u003ccode\u003eUnspecified\u003c/code\u003e, and \u003ccode\u003eWrite\u003c/code\u003e, each representing a unique permission level.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMetadata\u003c/code\u003e field allows access to event metadata, while \u003ccode\u003eRead\u003c/code\u003e allows access to all event fields, and \u003ccode\u003eReadWrite\u003c/code\u003e grants full access and the ability to perform actions.\u003c/p\u003e\n"],["\u003cp\u003eThe field \u003ccode\u003eUnspecified\u003c/code\u003e represents the default value when no specific \u003ccode\u003eEventAccess\u003c/code\u003e is set, and the field \u003ccode\u003eWrite\u003c/code\u003e allows metadata access and ability to perform actions.\u003c/p\u003e\n"]]],[],null,[]]