Google.Apps.Script.Type - Enum CalendarAddOnManifest.Types.EventAccess (2.3.0)

public enum CalendarAddOnManifest.Types.EventAccess

Reference documentation and code samples for the Google.Apps.Script.Type enum CalendarAddOnManifest.Types.EventAccess.

An enum defining the level of data access event triggers require.

Namespace

Google.Apps.Script.Type.Calendar

Assembly

Google.Apps.Script.Type.dll

Fields

NameDescription
Metadata

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.