public class CalendarScopes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CALENDAR
See, edit, share, and permanently delete all the calendars you can access using Google Calendar.
|
static String |
CALENDAR_EVENTS
View and edit events on all your calendars.
|
static String |
CALENDAR_EVENTS_READONLY
View events on all your calendars.
|
static String |
CALENDAR_READONLY
View your calendars.
|
static String |
CALENDAR_SETTINGS_READONLY
View your Calendar settings.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String CALENDAR
public static final String CALENDAR_EVENTS
public static final String CALENDAR_EVENTS_READONLY
public static final String CALENDAR_READONLY
public static final String CALENDAR_SETTINGS_READONLY
Copyright © 2011–2019 Google. All rights reserved.