Overview

Classes

  • Google_Service_Directory
  • Google_Service_Directory_Alias
  • Google_Service_Directory_Aliases
  • Google_Service_Directory_Asp
  • Google_Service_Directory_Asps
  • Google_Service_Directory_Asps_Resource
  • Google_Service_Directory_Building
  • Google_Service_Directory_BuildingAddress
  • Google_Service_Directory_BuildingCoordinates
  • Google_Service_Directory_Buildings
  • Google_Service_Directory_CalendarResource
  • Google_Service_Directory_CalendarResources
  • Google_Service_Directory_Channel
  • Google_Service_Directory_Channels_Resource
  • Google_Service_Directory_ChromeOsDevice
  • Google_Service_Directory_ChromeOsDeviceAction
  • Google_Service_Directory_ChromeOsDeviceActiveTimeRanges
  • Google_Service_Directory_ChromeOsDeviceCpuStatusReports
  • Google_Service_Directory_ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo
  • Google_Service_Directory_ChromeOsDeviceDeviceFiles
  • Google_Service_Directory_ChromeOsDeviceDiskVolumeReports
  • Google_Service_Directory_ChromeOsDeviceDiskVolumeReportsVolumeInfo
  • Google_Service_Directory_ChromeOsDeviceRecentUsers
  • Google_Service_Directory_ChromeOsDevices
  • Google_Service_Directory_Chromeosdevices_Resource
  • Google_Service_Directory_ChromeOsDeviceSystemRamFreeReports
  • Google_Service_Directory_ChromeOsDeviceTpmVersionInfo
  • Google_Service_Directory_ChromeOsMoveDevicesToOu
  • Google_Service_Directory_Customer
  • Google_Service_Directory_CustomerPostalAddress
  • Google_Service_Directory_Customers_Resource
  • Google_Service_Directory_DomainAlias
  • Google_Service_Directory_DomainAliases
  • Google_Service_Directory_DomainAliases_Resource
  • Google_Service_Directory_Domains
  • Google_Service_Directory_Domains2
  • Google_Service_Directory_Domains_Resource
  • Google_Service_Directory_Feature
  • Google_Service_Directory_FeatureInstance
  • Google_Service_Directory_FeatureRename
  • Google_Service_Directory_Features
  • Google_Service_Directory_Group
  • Google_Service_Directory_Groups
  • Google_Service_Directory_Groups_Resource
  • Google_Service_Directory_GroupsAliases_Resource
  • Google_Service_Directory_Member
  • Google_Service_Directory_Members
  • Google_Service_Directory_Members_Resource
  • Google_Service_Directory_MembersHasMember
  • Google_Service_Directory_MobileDevice
  • Google_Service_Directory_MobileDeviceAction
  • Google_Service_Directory_MobileDeviceApplications
  • Google_Service_Directory_MobileDevices
  • Google_Service_Directory_Mobiledevices_Resource
  • Google_Service_Directory_Notification
  • Google_Service_Directory_Notifications
  • Google_Service_Directory_Notifications_Resource
  • Google_Service_Directory_OrgUnit
  • Google_Service_Directory_OrgUnits
  • Google_Service_Directory_Orgunits_Resource
  • Google_Service_Directory_Privilege
  • Google_Service_Directory_Privileges
  • Google_Service_Directory_Privileges_Resource
  • Google_Service_Directory_Resources_Resource
  • Google_Service_Directory_ResourcesBuildings_Resource
  • Google_Service_Directory_ResourcesCalendars_Resource
  • Google_Service_Directory_ResourcesFeatures_Resource
  • Google_Service_Directory_Role
  • Google_Service_Directory_RoleAssignment
  • Google_Service_Directory_RoleAssignments
  • Google_Service_Directory_RoleAssignments_Resource
  • Google_Service_Directory_RoleRolePrivileges
  • Google_Service_Directory_Roles
  • Google_Service_Directory_Roles_Resource
  • Google_Service_Directory_Schema
  • Google_Service_Directory_SchemaFieldSpec
  • Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec
  • Google_Service_Directory_Schemas
  • Google_Service_Directory_Schemas_Resource
  • Google_Service_Directory_Token
  • Google_Service_Directory_Tokens
  • Google_Service_Directory_Tokens_Resource
  • Google_Service_Directory_User
  • Google_Service_Directory_UserAbout
  • Google_Service_Directory_UserAddress
  • Google_Service_Directory_UserEmail
  • Google_Service_Directory_UserExternalId
  • Google_Service_Directory_UserGender
  • Google_Service_Directory_UserIm
  • Google_Service_Directory_UserKeyword
  • Google_Service_Directory_UserLanguage
  • Google_Service_Directory_UserLocation
  • Google_Service_Directory_UserMakeAdmin
  • Google_Service_Directory_UserName
  • Google_Service_Directory_UserOrganization
  • Google_Service_Directory_UserPhone
  • Google_Service_Directory_UserPhoto
  • Google_Service_Directory_UserPosixAccount
  • Google_Service_Directory_UserRelation
  • Google_Service_Directory_Users
  • Google_Service_Directory_Users_Resource
  • Google_Service_Directory_UsersAliases_Resource
  • Google_Service_Directory_UsersPhotos_Resource
  • Google_Service_Directory_UserSshPublicKey
  • Google_Service_Directory_UserUndelete
  • Google_Service_Directory_UserWebsite
  • Google_Service_Directory_VerificationCode
  • Google_Service_Directory_VerificationCodes
  • Google_Service_Directory_VerificationCodes_Resource
  • Overview
  • Class
  • Tree

Class Google_Service_Directory_ResourcesCalendars_Resource

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

 $adminService = new Google_Service_Directory(...);
 $calendars = $adminService->calendars;
Google_Service_Resource
Extended by Google_Service_Directory_ResourcesCalendars_Resource
Located at Directory.php
Methods summary
public
# delete( string $customer, string $calendarResourceId, array $optParams = array() )

Deletes a calendar resource. (calendars.delete)

Deletes a calendar resource. (calendars.delete)

Parameters

$customer
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.
$calendarResourceId
The unique ID of the calendar resource to delete.
$optParams
Optional parameters.
public Google_Service_Directory_CalendarResource
# get( string $customer, string $calendarResourceId, array $optParams = array() )

Retrieves a calendar resource. (calendars.get)

Retrieves a calendar resource. (calendars.get)

Parameters

$customer
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.
$calendarResourceId
The unique ID of the calendar resource to retrieve.
$optParams
Optional parameters.

Returns

Google_Service_Directory_CalendarResource
Google_Service_Directory_CalendarResource
public Google_Service_Directory_CalendarResource
# insert( string $customer, Google_Service_Directory_CalendarResource $postBody, array $optParams = array() )

Inserts a calendar resource. (calendars.insert)

Inserts a calendar resource. (calendars.insert)

Parameters

$customer
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Directory_CalendarResource
Google_Service_Directory_CalendarResource
public Google_Service_Directory_CalendarResources
# listResourcesCalendars( string $customer, array $optParams = array() )

Retrieves a list of calendar resources for an account. (calendars.listResourcesCalendars)

Retrieves a list of calendar resources for an account. (calendars.listResourcesCalendars)

Parameters

$customer
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.
$optParams
Optional parameters.

Returns

Google_Service_Directory_CalendarResources
Google_Service_Directory_CalendarResources

Opt_param

int maxResults Maximum number of results to return.
string orderBy Field(s) to sort results by in either ascending or descending order. Supported fields include resourceId, resourceName, capacity, buildingId, and floorName. If no order is specified, defaults to ascending. Should be of the form "field asc, field asc, ...". For example buildingId, capacity desc would return results sorted first by buildingId in ascending order then by capacity in descending order.
string pageToken Token to specify the next page in the list.
string query String query used to filter results. Should be of the form "field operator value" where field can be any of supported fields and operators can be any of supported operations. Operators include '=' for exact match and ':' for prefix match or HAS match where applicable. For prefix match, the value should always be followed by a *. Supported fields include generatedResourceName, name, buildingId, featureInstances.feature.name. For example buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone.
public Google_Service_Directory_CalendarResource
# patch( string $customer, string $calendarResourceId, Google_Service_Directory_CalendarResource $postBody, array $optParams = array() )

Updates a calendar resource.

Updates a calendar resource.

This method supports patch semantics, meaning you only need to include the fields you wish to update. Fields that are not present in the request will be preserved. This method supports patch semantics. (calendars.patch)

Parameters

$customer
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.
$calendarResourceId
The unique ID of the calendar resource to update.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Directory_CalendarResource
Google_Service_Directory_CalendarResource
public Google_Service_Directory_CalendarResource
# update( string $customer, string $calendarResourceId, Google_Service_Directory_CalendarResource $postBody, array $optParams = array() )

Updates a calendar resource.

Updates a calendar resource.

This method supports patch semantics, meaning you only need to include the fields you wish to update. Fields that are not present in the request will be preserved. (calendars.update)

Parameters

$customer
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.
$calendarResourceId
The unique ID of the calendar resource to update.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Directory_CalendarResource
Google_Service_Directory_CalendarResource
© 2020 Google Inc.
Admin Directory API documentation generated by ApiGen 2.8.0