target.apidocs.com.google.api.services.calendar.CalendarScopes.html Maven / Gradle / Ivy
The newest version!
CalendarScopes (Calendar API v3-rev20241101-2.0.0)
com.google.api.services.calendar
Class CalendarScopes
- java.lang.Object
-
- com.google.api.services.calendar.CalendarScopes
-
public class CalendarScopes
extends Object
Available OAuth 2.0 scopes for use with the Calendar API.
- Since:
- 1.4
-
-
Field Summary
Fields
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
See and download any calendar you can access using your Google Calendar.
static String
CALENDAR_SETTINGS_READONLY
View your Calendar settings.
-
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type
Method and Description
static Set<String>
all()
Returns an unmodifiable set that contains all scopes declared by this class.
-
-
Field Detail
-
CALENDAR
public static final String CALENDAR
See, edit, share, and permanently delete all the calendars you can access using Google Calendar.
- See Also:
- Constant Field Values
-
CALENDAR_EVENTS
public static final String CALENDAR_EVENTS
View and edit events on all your calendars.
- See Also:
- Constant Field Values
-
CALENDAR_EVENTS_READONLY
public static final String CALENDAR_EVENTS_READONLY
View events on all your calendars.
- See Also:
- Constant Field Values
-
CALENDAR_READONLY
public static final String CALENDAR_READONLY
See and download any calendar you can access using your Google Calendar.
- See Also:
- Constant Field Values
-
CALENDAR_SETTINGS_READONLY
public static final String CALENDAR_SETTINGS_READONLY
View your Calendar settings.
- See Also:
- Constant Field Values
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy