Overview

Classes

  • Google_Service_Calendar
  • Google_Service_Calendar_Acl
  • Google_Service_Calendar_Acl_Resource
  • Google_Service_Calendar_AclRule
  • Google_Service_Calendar_AclRuleScope
  • Google_Service_Calendar_Calendar
  • Google_Service_Calendar_CalendarList
  • Google_Service_Calendar_CalendarList_Resource
  • Google_Service_Calendar_CalendarListEntry
  • Google_Service_Calendar_CalendarListEntryNotificationSettings
  • Google_Service_Calendar_CalendarNotification
  • Google_Service_Calendar_Calendars_Resource
  • Google_Service_Calendar_Channel
  • Google_Service_Calendar_Channels_Resource
  • Google_Service_Calendar_ColorDefinition
  • Google_Service_Calendar_Colors
  • Google_Service_Calendar_Colors_Resource
  • Google_Service_Calendar_ConferenceData
  • Google_Service_Calendar_ConferenceParameters
  • Google_Service_Calendar_ConferenceParametersAddOnParameters
  • Google_Service_Calendar_ConferenceProperties
  • Google_Service_Calendar_ConferenceRequestStatus
  • Google_Service_Calendar_ConferenceSolution
  • Google_Service_Calendar_ConferenceSolutionKey
  • Google_Service_Calendar_CreateConferenceRequest
  • Google_Service_Calendar_EntryPoint
  • Google_Service_Calendar_Error
  • Google_Service_Calendar_Event
  • Google_Service_Calendar_EventAttachment
  • Google_Service_Calendar_EventAttendee
  • Google_Service_Calendar_EventCreator
  • Google_Service_Calendar_EventDateTime
  • Google_Service_Calendar_EventExtendedProperties
  • Google_Service_Calendar_EventGadget
  • Google_Service_Calendar_EventOrganizer
  • Google_Service_Calendar_EventReminder
  • Google_Service_Calendar_EventReminders
  • Google_Service_Calendar_Events
  • Google_Service_Calendar_Events_Resource
  • Google_Service_Calendar_EventSource
  • Google_Service_Calendar_Freebusy_Resource
  • Google_Service_Calendar_FreeBusyCalendar
  • Google_Service_Calendar_FreeBusyGroup
  • Google_Service_Calendar_FreeBusyRequest
  • Google_Service_Calendar_FreeBusyRequestItem
  • Google_Service_Calendar_FreeBusyResponse
  • Google_Service_Calendar_Setting
  • Google_Service_Calendar_Settings
  • Google_Service_Calendar_Settings_Resource
  • Google_Service_Calendar_TimePeriod
  • Overview
  • Class
  • Tree

Class Google_Service_Calendar_Calendars_Resource

The "calendars" collection of methods. Typical usage is:

 $calendarService = new Google_Service_Calendar(...);
 $calendars = $calendarService->calendars;
Google_Service_Resource
Extended by Google_Service_Calendar_Calendars_Resource
Located at Calendar.php
Methods summary
public
# clear( string $calendarId, array $optParams = array() )

Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account. (calendars.clear)

Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account. (calendars.clear)

Parameters

$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.
$optParams
Optional parameters.
public
# delete( string $calendarId, array $optParams = array() )

Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars. (calendars.delete)

Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars. (calendars.delete)

Parameters

$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.
$optParams
Optional parameters.
public Google_Service_Calendar_Calendar
# get( string $calendarId, array $optParams = array() )

Returns metadata for a calendar. (calendars.get)

Returns metadata for a calendar. (calendars.get)

Parameters

$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.
$optParams
Optional parameters.

Returns

Google_Service_Calendar_Calendar
Google_Service_Calendar_Calendar
public Google_Service_Calendar_Calendar
# insert( Google_Service_Calendar_Calendar $postBody, array $optParams = array() )

Creates a secondary calendar. (calendars.insert)

Creates a secondary calendar. (calendars.insert)

Parameters

$postBody
$optParams
Optional parameters.

Returns

Google_Service_Calendar_Calendar
Google_Service_Calendar_Calendar
public Google_Service_Calendar_Calendar
# patch( string $calendarId, Google_Service_Calendar_Calendar $postBody, array $optParams = array() )

Updates metadata for a calendar. This method supports patch semantics. (calendars.patch)

Updates metadata for a calendar. This method supports patch semantics. (calendars.patch)

Parameters

$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.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Calendar_Calendar
Google_Service_Calendar_Calendar
public Google_Service_Calendar_Calendar
# update( string $calendarId, Google_Service_Calendar_Calendar $postBody, array $optParams = array() )

Updates metadata for a calendar. (calendars.update)

Updates metadata for a calendar. (calendars.update)

Parameters

$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.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Calendar_Calendar
Google_Service_Calendar_Calendar
© 2020 Google Inc.
Calendar API documentation generated by ApiGen 2.8.0