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_Settings_Resource

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

 $calendarService = new Google_Service_Calendar(...);
 $settings = $calendarService->settings;
Google_Service_Resource
Extended by Google_Service_Calendar_Settings_Resource
Located at Calendar.php
Methods summary
public Google_Service_Calendar_Setting
# get( string $setting, array $optParams = array() )

Returns a single user setting. (settings.get)

Returns a single user setting. (settings.get)

Parameters

$setting
The id of the user setting.
$optParams
Optional parameters.

Returns

Google_Service_Calendar_Setting
Google_Service_Calendar_Setting
public Google_Service_Calendar_Settings
# listSettings( array $optParams = array() )

Returns all user settings for the authenticated user. (settings.listSettings)

Returns all user settings for the authenticated user. (settings.listSettings)

Parameters

$optParams
Optional parameters.

Returns

Google_Service_Calendar_Settings
Google_Service_Calendar_Settings

Opt_param

int maxResults Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
string pageToken Token specifying which result page to return. Optional.
string syncToken Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
public Google_Service_Calendar_Channel
# watch( Google_Service_Calendar_Channel $postBody, array $optParams = array() )

Watch for changes to Settings resources. (settings.watch)

Watch for changes to Settings resources. (settings.watch)

Parameters

$postBody
$optParams
Optional parameters.

Returns

Google_Service_Calendar_Channel
Google_Service_Calendar_Channel

Opt_param

int maxResults Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.
string pageToken Token specifying which result page to return. Optional.
string syncToken Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken. Learn more about incremental synchronization. Optional. The default is to return all entries.
© 2020 Google Inc.
Calendar API documentation generated by ApiGen 2.8.0