Reference documentation and code samples for the Google Workspace Add-ons V1 API module Google::Apps::Script::Type::Calendar::CalendarAddOnManifest::EventAccess.
An enum defining the level of data access event triggers require.
Constants
UNSPECIFIED
value: 0
Default value when nothing is set for EventAccess.
METADATA
value: 1
METADATA gives event triggers the permission to access the metadata of
events such as event id and calendar id.
READ
value: 3
READ gives event triggers access to all provided event fields including
the metadata, attendees, and conference data.
WRITE
value: 4
WRITE gives event triggers access to the metadata of events and the
ability to perform all actions, including adding attendees and setting
conference data.
READ_WRITE
value: 5
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.