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.
[[["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-09-09 UTC."],[],[],null,["# Google Workspace Add-ons V1 API - Module Google::Apps::Script::Type::Calendar::CalendarAddOnManifest::EventAccess (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/latest/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [1.2.1](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/1.2.1/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [1.1.0](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/1.1.0/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [1.0.1](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/1.0.1/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [0.6.0](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/0.6.0/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [0.5.2](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/0.5.2/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [0.4.0](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/0.4.0/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [0.3.0](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/0.3.0/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [0.2.0](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/0.2.0/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess)\n- [0.1.0](/ruby/docs/reference/google-cloud-gsuite_add_ons-v1/0.1.0/Google-Apps-Script-Type-Calendar-CalendarAddOnManifest-EventAccess) \nReference documentation and code samples for the Google Workspace Add-ons V1 API module Google::Apps::Script::Type::Calendar::CalendarAddOnManifest::EventAccess.\n\nAn enum defining the level of data access event triggers require.\n\nConstants\n---------\n\n### UNSPECIFIED\n\n**value:** 0 \nDefault value when nothing is set for EventAccess.\n\n### METADATA\n\n**value:** 1 \nMETADATA gives event triggers the permission to access the metadata of\nevents such as event id and calendar id.\n\n### READ\n\n**value:** 3 \nREAD gives event triggers access to all provided event fields including\nthe metadata, attendees, and conference data.\n\n### WRITE\n\n**value:** 4 \nWRITE gives event triggers access to the metadata of events and the\nability to perform all actions, including adding attendees and setting\nconference data.\n\n### READ_WRITE\n\n**value:** 5 \nREAD_WRITE gives event triggers access to all provided event fields\nincluding the metadata, attendees, and conference data and the ability to\nperform all actions."]]