update
public final Response<Calendar> update(String identifier, String calendarId, UpdateCalendarRequest requestBody, RequestOverrides overrides)
public final Response<Calendar> update(String identifier, String calendarId, UpdateCalendarRequest requestBody)
Update a Calendar
Return
The updated calendar
Parameters
identifier
Grant ID or email account in which to update an object.
calendar Id
The id of the calendar to update. Use "primary" to refer to the primary calendar associated with grant.
request Body
The values to update the calendar with
overrides
Optional request overrides to apply