Class CalendarService.ScopeConstants
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
CalendarEvents
View and edit events on all your calendars
public const string CalendarEvents = "https://www.googleapis.com/auth/calendar.events"
Field Value
CalendarEventsReadonly
View events on all your calendars
public const string CalendarEventsReadonly = "https://www.googleapis.com/auth/calendar.events.readonly"
Field Value
CalendarReadonly
View your calendars
public const string CalendarReadonly = "https://www.googleapis.com/auth/calendar.readonly"
Field Value
CalendarSettingsReadonly
View your Calendar settings
public const string CalendarSettingsReadonly = "https://www.googleapis.com/auth/calendar.settings.readonly"