Lines Matching refs:calendarId

37    * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
51 public function delete($calendarId, $eventId, $optParams = []) argument
53 $params = ['calendarId' => $calendarId, 'eventId' => $eventId];
60 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
77 public function get($calendarId, $eventId, $optParams = []) argument
79 $params = ['calendarId' => $calendarId, 'eventId' => $eventId];
87 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
102 public function import($calendarId, Event $postBody, $optParams = []) argument
104 $params = ['calendarId' => $calendarId, 'postBody' => $postBody];
111 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
137 public function insert($calendarId, Event $postBody, $optParams = []) argument
139 $params = ['calendarId' => $calendarId, 'postBody' => $postBody];
146 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
180 public function instances($calendarId, $eventId, $optParams = []) argument
182 $params = ['calendarId' => $calendarId, 'eventId' => $eventId];
189 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
267 public function listEvents($calendarId, $optParams = []) argument
269 $params = ['calendarId' => $calendarId];
277 * @param string $calendarId Calendar identifier of the source calendar where
293 public function move($calendarId, $eventId, $destination, $optParams = []) argument
295 $params = ['calendarId' => $calendarId, 'eventId' => $eventId, 'destination' => $destination];
302 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
332 public function patch($calendarId, $eventId, Event $postBody, $optParams = []) argument
334 $params = ['calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody];
341 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
356 public function quickAdd($calendarId, $text, $optParams = []) argument
358 $params = ['calendarId' => $calendarId, 'text' => $text];
365 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
395 public function update($calendarId, $eventId, Event $postBody, $optParams = []) argument
397 $params = ['calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody];
404 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
483 public function watch($calendarId, Channel $postBody, $optParams = []) argument
485 $params = ['calendarId' => $calendarId, 'postBody' => $postBody];