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_Acl_Resource

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

 $calendarService = new Google_Service_Calendar(...);
 $acl = $calendarService->acl;
Google_Service_Resource
Extended by Google_Service_Calendar_Acl_Resource
Located at Calendar.php
Methods summary
public
# delete( string $calendarId, string $ruleId, array $optParams = array() )

Deletes an access control rule. (acl.delete)

Deletes an access control rule. (acl.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.
$ruleId
ACL rule identifier.
$optParams
Optional parameters.
public Google_Service_Calendar_AclRule
# get( string $calendarId, string $ruleId, array $optParams = array() )

Returns an access control rule. (acl.get)

Returns an access control rule. (acl.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.
$ruleId
ACL rule identifier.
$optParams
Optional parameters.

Returns

Google_Service_Calendar_AclRule
Google_Service_Calendar_AclRule
public Google_Service_Calendar_AclRule
# insert( string $calendarId, Google_Service_Calendar_AclRule $postBody, array $optParams = array() )

Creates an access control rule. (acl.insert)

Creates an access control rule. (acl.insert)

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_AclRule
Google_Service_Calendar_AclRule

Opt_param

bool sendNotifications Whether to send notifications about the calendar sharing change. Optional. The default is True.
public Google_Service_Calendar_Acl
# listAcl( string $calendarId, array $optParams = array() )

Returns the rules in the access control list for the calendar. (acl.listAcl)

Returns the rules in the access control list for the calendar. (acl.listAcl)

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_Acl
Google_Service_Calendar_Acl

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.
bool showDeleted Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is False.
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. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False. 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_AclRule
# patch( string $calendarId, string $ruleId, Google_Service_Calendar_AclRule $postBody, array $optParams = array() )

Updates an access control rule. This method supports patch semantics. (acl.patch)

Updates an access control rule. This method supports patch semantics. (acl.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.
$ruleId
ACL rule identifier.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Calendar_AclRule
Google_Service_Calendar_AclRule

Opt_param

bool sendNotifications Whether to send notifications about the calendar sharing change. Note that there are no notifications on access removal. Optional. The default is True.
public Google_Service_Calendar_AclRule
# update( string $calendarId, string $ruleId, Google_Service_Calendar_AclRule $postBody, array $optParams = array() )

Updates an access control rule. (acl.update)

Updates an access control rule. (acl.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.
$ruleId
ACL rule identifier.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Calendar_AclRule
Google_Service_Calendar_AclRule

Opt_param

bool sendNotifications Whether to send notifications about the calendar sharing change. Note that there are no notifications on access removal. Optional. The default is True.
public Google_Service_Calendar_Channel
# watch( string $calendarId, Google_Service_Calendar_Channel $postBody, array $optParams = array() )

Watch for changes to ACL resources. (acl.watch)

Watch for changes to ACL resources. (acl.watch)

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_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.
bool showDeleted Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is False.
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. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False. 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