public class Calendar.Calendars
extends java.lang.Object
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 |
---|
Calendar.Calendars() |
Modifier and Type | Method and Description |
---|---|
Calendar.Calendars.Clear |
clear(java.lang.String calendarId)
Clears a primary calendar.
|
Calendar.Calendars.Delete |
delete(java.lang.String calendarId)
Deletes a secondary calendar.
|
Calendar.Calendars.Get |
get(java.lang.String calendarId)
Returns metadata for a calendar.
|
Calendar.Calendars.Insert |
insert(Calendar content)
Creates a secondary calendar.
|
Calendar.Calendars.Patch |
patch(java.lang.String calendarId,
Calendar content)
Updates metadata for a calendar.
|
Calendar.Calendars.Update |
update(java.lang.String calendarId,
Calendar content)
Updates metadata for a calendar.
|
public Calendar.Calendars.Clear clear(java.lang.String calendarId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier.java.io.IOException
public Calendar.Calendars.Delete delete(java.lang.String calendarId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier.java.io.IOException
public Calendar.Calendars.Get get(java.lang.String calendarId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier.java.io.IOException
public Calendar.Calendars.Insert insert(Calendar content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Calendar
java.io.IOException
public Calendar.Calendars.Patch patch(java.lang.String calendarId, Calendar content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier.content
- the Calendar
java.io.IOException
public Calendar.Calendars.Update update(java.lang.String calendarId, Calendar content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.calendarId
- Calendar identifier.content
- the Calendar
java.io.IOException