Searched refs:calendarResourceId (Results 1 – 2 of 2) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/ |
H A D | ResourcesCalendars.php | 39 * @param string $calendarResourceId The unique ID of the calendar resource to 43 public function delete($customer, $calendarResourceId, $optParams = []) argument 45 $params = ['customer' => $customer, 'calendarResourceId' => $calendarResourceId]; 55 * @param string $calendarResourceId The unique ID of the calendar resource to 60 public function get($customer, $calendarResourceId, $optParams = []) argument 62 $params = ['customer' => $customer, 'calendarResourceId' => $calendarResourceId]; 124 * @param string $calendarResourceId The unique ID of the calendar resource to 130 public function patch($customer, $calendarResourceId, CalendarResource $postBody, $optParams = []) argument 132 …$params = ['customer' => $customer, 'calendarResourceId' => $calendarResourceId, 'postBody' => $po… 144 * @param string $calendarResourceId The unique ID of the calendar resource to [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Directory.php | 1308 … 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}', 1316 'calendarResourceId' => [ 1323 … 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}', 1331 'calendarResourceId' => [ 1374 … 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}', 1382 'calendarResourceId' => [ 1389 … 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}', 1397 'calendarResourceId' => [
|