ResourcesCalendars
class ResourcesCalendars extends Resource (View source)
The "calendars" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$calendars = $adminService->resources_calendars;
Methods
Deletes a calendar resource. (calendars.delete)
Retrieves a calendar resource. (calendars.get)
Inserts a calendar resource. (calendars.insert)
Retrieves a list of calendar resources for an account.
Patches a calendar resource. (calendars.patch)
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)
Details
delete(string $customer, string $calendarResourceId, array $optParams = [])
Deletes a calendar resource. (calendars.delete)
CalendarResource
get(string $customer, string $calendarResourceId, array $optParams = [])
Retrieves a calendar resource. (calendars.get)
CalendarResource
insert(string $customer, CalendarResource $postBody, array $optParams = [])
Inserts a calendar resource. (calendars.insert)
CalendarResources
listResourcesCalendars(string $customer, array $optParams = [])
Retrieves a list of calendar resources for an account.
(calendars.listResourcesCalendars)
CalendarResource
patch(string $customer, string $calendarResourceId, CalendarResource $postBody, array $optParams = [])
Patches a calendar resource. (calendars.patch)
CalendarResource
update(string $customer, string $calendarResourceId, CalendarResource $postBody, array $optParams = [])
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)