Show / Hide Table of Contents

Class CalendarService.ScopeConstants

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

Inheritance
object
CalendarService.ScopeConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Calendar.v3
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public static class CalendarService.ScopeConstants

Fields

Calendar

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

Declaration
public const string Calendar = "https://www.googleapis.com/auth/calendar"
Field Value
Type Description
string

CalendarEvents

View and edit events on all your calendars

Declaration
public const string CalendarEvents = "https://www.googleapis.com/auth/calendar.events"
Field Value
Type Description
string

CalendarEventsReadonly

View events on all your calendars

Declaration
public const string CalendarEventsReadonly = "https://www.googleapis.com/auth/calendar.events.readonly"
Field Value
Type Description
string

CalendarReadonly

See and download any calendar you can access using your Google Calendar

Declaration
public const string CalendarReadonly = "https://www.googleapis.com/auth/calendar.readonly"
Field Value
Type Description
string

CalendarSettingsReadonly

View your Calendar settings

Declaration
public const string CalendarSettingsReadonly = "https://www.googleapis.com/auth/calendar.settings.readonly"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX