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_ACLS
See and change the sharing permissions of Google calendars you own.
|
static String |
CALENDAR_ACLS_READONLY
See the sharing permissions of Google calendars you own.
|
static String |
CALENDAR_APP_CREATED
Make secondary Google calendars, and see, create, change, and delete events on them.
|
static String |
CALENDAR_CALENDARLIST
See, add, and remove Google calendars you’re subscribed to.
|
static String |
CALENDAR_CALENDARLIST_READONLY
See the list of Google calendars you’re subscribed to.
|
static String |
CALENDAR_CALENDARS
See and change the properties of Google calendars you have access to, and create secondary calendars.
|
static String |
CALENDAR_CALENDARS_READONLY
See the title, description, default time zone, and other properties of Google calendars you have access to.
|
static String |
CALENDAR_EVENTS
View and edit events on all your calendars.
|
static String |
CALENDAR_EVENTS_FREEBUSY
See the availability on Google calendars you have access to.
|
static String |
CALENDAR_EVENTS_OWNED
See, create, change, and delete events on Google calendars you own.
|
static String |
CALENDAR_EVENTS_OWNED_READONLY
See the events on Google calendars you own.
|
static String |
CALENDAR_EVENTS_PUBLIC_READONLY
See the events on public calendars.
|
static String |
CALENDAR_EVENTS_READONLY
View events on all your calendars.
|
static String |
CALENDAR_FREEBUSY
View your availability in your calendars.
|
static String |
CALENDAR_READONLY
See and download any calendar you can access using your Google Calendar.
|
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_ACLS
public static final String CALENDAR_ACLS_READONLY
public static final String CALENDAR_APP_CREATED
public static final String CALENDAR_CALENDARLIST
public static final String CALENDAR_CALENDARLIST_READONLY
public static final String CALENDAR_CALENDARS
public static final String CALENDAR_CALENDARS_READONLY
public static final String CALENDAR_EVENTS
public static final String CALENDAR_EVENTS_FREEBUSY
public static final String CALENDAR_EVENTS_OWNED
public static final String CALENDAR_EVENTS_OWNED_READONLY
public static final String CALENDAR_EVENTS_PUBLIC_READONLY
public static final String CALENDAR_EVENTS_READONLY
public static final String CALENDAR_FREEBUSY
public static final String CALENDAR_READONLY
public static final String CALENDAR_SETTINGS_READONLY
Copyright © 2011–2025 Google. All rights reserved.