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
-
Google_Service_Directory_ResourcesCalendars_Resource
Located at Directory.php
public
|
#
delete( string $customer, string $calendarResourceId, array $optParams = array() )
Deletes a calendar resource. (calendars.delete) |
public
|
#
get( string $customer, string $calendarResourceId, array $optParams = array() )
Retrieves a calendar resource. (calendars.get) |
public
|
#
insert( string $customer,
Inserts a calendar resource. (calendars.insert) |
public
|
#
listResourcesCalendars( string $customer, array $optParams = array() )
Retrieves a list of calendar resources for an account. (calendars.listResourcesCalendars) |
public
|
#
patch( string $customer, string $calendarResourceId,
Updates a calendar resource. |
public
|
#
update( string $customer, string $calendarResourceId,
Updates a calendar resource. |