Show / Hide Table of Contents

Class CalendarService.ScopeConstants

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

Inheritance
System.Object
CalendarService.ScopeConstants
Namespace: Google.Apis.Calendar.v3
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public static class ScopeConstants : object

Fields

Calendar

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

Declaration
public const string Calendar = null
Field Value
Type Description
System.String

CalendarEvents

View and edit events on all your calendars

Declaration
public const string CalendarEvents = null
Field Value
Type Description
System.String

CalendarEventsReadonly

View events on all your calendars

Declaration
public const string CalendarEventsReadonly = null
Field Value
Type Description
System.String

CalendarReadonly

View your calendars

Declaration
public const string CalendarReadonly = null
Field Value
Type Description
System.String

CalendarSettingsReadonly

View your Calendar settings

Declaration
public const string CalendarSettingsReadonly = null
Field Value
Type Description
System.String
Back to top