Class CalendarListResource.ListRequest.MinAccessRoleEnum
The minimum access role for the user in the returned entires. Optional. The default is no restriction.
public sealed class CalendarListResource.ListRequest.MinAccessRoleEnum : Enum
- Inheritance
-
CalendarListResource.ListRequest.MinAccessRoleEnum
Fields
FreeBusyReader
The user can read free/busy information.
public const CalendarListResource.ListRequest.MinAccessRoleEnum FreeBusyReader = 0
Field Value
Owner
The user can read and modify events and access control lists.
public const CalendarListResource.ListRequest.MinAccessRoleEnum Owner = 1
Field Value
Reader
The user can read events that are not private.
public const CalendarListResource.ListRequest.MinAccessRoleEnum Reader = 2
Field Value
Writer
The user can read and modify events.
public const CalendarListResource.ListRequest.MinAccessRoleEnum Writer = 3
Field Value
value__
public int value__