| 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 |
| Constructor and Description |
|---|
Calendar.CalendarList() |
| Modifier and Type | Method and Description |
|---|---|
Calendar.CalendarList.Delete |
delete(String calendarId)
Deletes an entry on the user's calendar list.
|
Calendar.CalendarList.Get |
get(String calendarId)
Returns an entry on the user's calendar list.
|
Calendar.CalendarList.Insert |
insert(CalendarListEntry content)
Adds an entry to the user's calendar list.
|
Calendar.CalendarList.List |
list()
Returns entries on the user's calendar list.
|
Calendar.CalendarList.Patch |
patch(String calendarId,
CalendarListEntry content)
Updates an entry on the user's calendar list.
|
Calendar.CalendarList.Update |
update(String calendarId,
CalendarListEntry content)
Updates an entry on the user's calendar list.
|
public Calendar.CalendarList.Delete delete(String calendarId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.IOExceptionpublic Calendar.CalendarList.Get get(String calendarId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.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.content - the CalendarListEntryIOExceptionpublic Calendar.CalendarList.Update update(String calendarId, CalendarListEntry content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.calendarId - Calendar identifier.content - the CalendarListEntryIOException