Table of Contents

Class CalendarListResource.ListRequest.MinAccessRoleEnum

Namespace
Google.Apis.Calendar.v3
Assembly
Google.Apis.Calendar.v3.dll

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

CalendarListResource.ListRequest.MinAccessRoleEnum

Owner

The user can read and modify events and access control lists.

public const CalendarListResource.ListRequest.MinAccessRoleEnum Owner = 1

Field Value

CalendarListResource.ListRequest.MinAccessRoleEnum

Reader

The user can read events that are not private.

public const CalendarListResource.ListRequest.MinAccessRoleEnum Reader = 2

Field Value

CalendarListResource.ListRequest.MinAccessRoleEnum

Writer

The user can read and modify events.

public const CalendarListResource.ListRequest.MinAccessRoleEnum Writer = 3

Field Value

CalendarListResource.ListRequest.MinAccessRoleEnum

value__

public int value__

Field Value

int