public class Calendar.CalendarList
extends java.lang.Object
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 |
---|
Calendar.CalendarList() |
Modifier and Type | Method and Description |
---|---|
Calendar.CalendarList.Delete |
delete(java.lang.String calendarId)
Deletes an entry on the user's calendar list.
|
Calendar.CalendarList.Get |
get(java.lang.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(java.lang.String calendarId,
CalendarListEntry content)
Updates an entry on the user's calendar list.
|
Calendar.CalendarList.Update |
update(java.lang.String calendarId,
CalendarListEntry content)
Updates an entry on the user's calendar list.
|
Calendar.CalendarList.Watch |
watch(Channel content)
Watch for changes to CalendarList resources.
|
public Calendar.CalendarList.Delete delete(java.lang.String calendarId) throws java.io.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.java.io.IOException
public Calendar.CalendarList.Get get(java.lang.String calendarId) throws java.io.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.java.io.IOException
public Calendar.CalendarList.Insert insert(CalendarListEntry content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the CalendarListEntry
java.io.IOException
public Calendar.CalendarList.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException
public Calendar.CalendarList.Patch patch(java.lang.String calendarId, CalendarListEntry content) throws java.io.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 CalendarListEntry
java.io.IOException
public Calendar.CalendarList.Update update(java.lang.String calendarId, CalendarListEntry content) throws java.io.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 CalendarListEntry
java.io.IOException
public Calendar.CalendarList.Watch watch(Channel content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Channel
java.io.IOException