| Modifier and Type | Class and Description | 
|---|---|
class  | 
Calendar.CalendarList.Delete  | 
class  | 
Calendar.CalendarList.Get  | 
class  | 
Calendar.CalendarList.Insert  | 
class  | 
Calendar.CalendarList.List  | 
class  | 
Calendar.CalendarList.Patch  | 
class  | 
Calendar.CalendarList.Update  | 
class  | 
Calendar.CalendarList.Watch  | 
| Constructor and Description | 
|---|
CalendarList()  | 
| Modifier and Type | Method and Description | 
|---|---|
Calendar.CalendarList.Delete | 
delete(String calendarId)
Removes a calendar from the user's calendar list. 
 | 
Calendar.CalendarList.Get | 
get(String calendarId)
Returns a calendar from the user's calendar list. 
 | 
Calendar.CalendarList.Insert | 
insert(CalendarListEntry content)
Inserts an existing calendar into the user's calendar list. 
 | 
Calendar.CalendarList.List | 
list()
Returns the calendars on the user's calendar list. 
 | 
Calendar.CalendarList.Patch | 
patch(String calendarId,
     CalendarListEntry content)
Updates an existing calendar on the user's calendar list. 
 | 
Calendar.CalendarList.Update | 
update(String calendarId,
      CalendarListEntry content)
Updates an existing calendar on the user's calendar list. 
 | 
Calendar.CalendarList.Watch | 
watch(Channel content)
Watch for changes to CalendarList resources. 
 | 
public Calendar.CalendarList.Delete delete(String calendarId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
        access the primary calendar of the currently logged in user, use the "primary" keyword.IOExceptionpublic Calendar.CalendarList.Get get(String calendarId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
        access the primary calendar of the currently logged in user, use the "primary" keyword.IOExceptionpublic Calendar.CalendarList.Insert insert(CalendarListEntry content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the CalendarListEntryIOExceptionpublic Calendar.CalendarList.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Calendar.CalendarList.Patch patch(String calendarId, CalendarListEntry content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
        access the primary calendar of the currently logged in user, use the "primary" keyword.content - the CalendarListEntryIOExceptionpublic Calendar.CalendarList.Update update(String calendarId, CalendarListEntry content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
        access the primary calendar of the currently logged in user, use the "primary" keyword.content - the CalendarListEntryIOExceptionpublic Calendar.CalendarList.Watch watch(Channel content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the ChannelIOExceptionCopyright © 2011–2025 Google. All rights reserved.