Calendar API v3 (revision 30)



com.google.api.services.calendar
Class CalendarScopes

java.lang.Object
  extended by com.google.api.services.calendar.CalendarScopes

public class CalendarScopes
extends java.lang.Object

Available OAuth 2.0 scopes for use with the Calendar API.

Since:
1.4

Field Summary
static java.lang.String CALENDAR
          Manage your calendars.
static java.lang.String CALENDAR_READONLY
          View your calendars.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALENDAR

public static final java.lang.String CALENDAR
Manage your calendars.

See Also:
Constant Field Values

CALENDAR_READONLY

public static final java.lang.String CALENDAR_READONLY
View your calendars.

See Also:
Constant Field Values