Table of Contents

Class CalendarService.ScopeConstants

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

Available OAuth 2.0 scope constants for use with the Calendar API.

public static class CalendarService.ScopeConstants
Inheritance
CalendarService.ScopeConstants
Inherited Members

Fields

Calendar

See, edit, share, and permanently delete all the calendars you can access using Google Calendar

public const string Calendar = "https://www.googleapis.com/auth/calendar"

Field Value

string

CalendarEvents

View and edit events on all your calendars

public const string CalendarEvents = "https://www.googleapis.com/auth/calendar.events"

Field Value

string

CalendarEventsReadonly

View events on all your calendars

public const string CalendarEventsReadonly = "https://www.googleapis.com/auth/calendar.events.readonly"

Field Value

string

CalendarReadonly

View your calendars

public const string CalendarReadonly = "https://www.googleapis.com/auth/calendar.readonly"

Field Value

string

CalendarSettingsReadonly

View your Calendar settings

public const string CalendarSettingsReadonly = "https://www.googleapis.com/auth/calendar.settings.readonly"

Field Value

string