CalendarList
class CalendarList extends Resource (View source)
The "calendarList" collection of methods.
Typical usage is:
$calendarService = new Google\Service\Calendar(...);
$calendarList = $calendarService->calendarList;
Methods
Removes a calendar from the user's calendar list. (calendarList.delete)
Returns a calendar from the user's calendar list. (calendarList.get)
Inserts an existing calendar into the user's calendar list.
Returns the calendars on the user's calendar list.
Updates an existing calendar on the user's calendar list. This method supports patch semantics. (calendarList.patch)
Updates an existing calendar on the user's calendar list.
Details
delete(string $calendarId, array $optParams = [])
Removes a calendar from the user's calendar list. (calendarList.delete)
CalendarListEntry
get(string $calendarId, array $optParams = [])
Returns a calendar from the user's calendar list. (calendarList.get)
CalendarListEntry
insert(CalendarListEntry $postBody, array $optParams = [])
Inserts an existing calendar into the user's calendar list.
(calendarList.insert)
CalendarList
listCalendarList(array $optParams = [])
Returns the calendars on the user's calendar list.
(calendarList.listCalendarList)
CalendarListEntry
patch(string $calendarId, CalendarListEntry $postBody, array $optParams = [])
Updates an existing calendar on the user's calendar list. This method supports patch semantics. (calendarList.patch)
CalendarListEntry
update(string $calendarId, CalendarListEntry $postBody, array $optParams = [])
Updates an existing calendar on the user's calendar list.
(calendarList.update)