| Modifier and Type | Class and Description | 
|---|---|
class  | 
Calendar.Calendars.Clear  | 
class  | 
Calendar.Calendars.Delete  | 
class  | 
Calendar.Calendars.Get  | 
class  | 
Calendar.Calendars.Insert  | 
class  | 
Calendar.Calendars.Patch  | 
class  | 
Calendar.Calendars.Update  | 
| Constructor and Description | 
|---|
Calendars()  | 
| Modifier and Type | Method and Description | 
|---|---|
Calendar.Calendars.Clear | 
clear(String calendarId)
Clears a primary calendar. 
 | 
Calendar.Calendars.Delete | 
delete(String calendarId)
Deletes a secondary calendar. 
 | 
Calendar.Calendars.Get | 
get(String calendarId)
Returns metadata for a calendar. 
 | 
Calendar.Calendars.Insert | 
insert(Calendar content)
Creates a secondary calendar. 
 | 
Calendar.Calendars.Patch | 
patch(String calendarId,
     Calendar content)
Updates metadata for a calendar. 
 | 
Calendar.Calendars.Update | 
update(String calendarId,
      Calendar content)
Updates metadata for a calendar. 
 | 
public Calendar.Calendars.Clear clear(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.Calendars.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.Calendars.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.Calendars.Insert insert(Calendar content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the CalendarIOExceptionpublic Calendar.Calendars.Patch patch(String calendarId, Calendar 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 CalendarIOExceptionpublic Calendar.Calendars.Update update(String calendarId, Calendar 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 CalendarIOExceptionCopyright © 2011–2025 Google. All rights reserved.