enum
ECalendarAccessRole
The role assigned to the scope in a GoogleCalendar Acl.
Properties
None
= 0
Provides no access.
FreeBusyReader
= 1
Provides read access to free/busy information.
Reader
= 2
Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
Writer
= 3
Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
Owner
= 4
Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.