Lines Matching refs:calendarId

30      * @param string $calendarId Calendar identifier.
34 public function delete($calendarId, $ruleId, $optParams = array()) { argument
35 $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId);
43 * @param string $calendarId Calendar identifier.
48 public function get($calendarId, $ruleId, $optParams = array()) { argument
49 $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId);
61 * @param string $calendarId Calendar identifier.
66 public function insert($calendarId, Google_AclRule $postBody, $optParams = array()) { argument
67 $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
79 * @param string $calendarId Calendar identifier.
83 public function listAcl($calendarId, $optParams = array()) { argument
84 $params = array('calendarId' => $calendarId);
96 * @param string $calendarId Calendar identifier.
102 public function patch($calendarId, $ruleId, Google_AclRule $postBody, $optParams = array()) { argument
103 $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody);
115 * @param string $calendarId Calendar identifier.
121 public function update($calendarId, $ruleId, Google_AclRule $postBody, $optParams = array()) { argument
122 $params = array('calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody);
146 * @param string $calendarId Calendar identifier.
149 public function delete($calendarId, $optParams = array()) { argument
150 $params = array('calendarId' => $calendarId);
158 * @param string $calendarId Calendar identifier.
162 public function get($calendarId, $optParams = array()) { argument
163 $params = array('calendarId' => $calendarId);
216 * @param string $calendarId Calendar identifier.
223 public function patch($calendarId, Google_CalendarListEntry $postBody, $optParams = array()) { argument
224 $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
236 * @param string $calendarId Calendar identifier.
243 public function update($calendarId, Google_CalendarListEntry $postBody, $optParams = array()) { argument
244 $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
269 * @param string $calendarId Calendar identifier.
272 public function clear($calendarId, $optParams = array()) { argument
273 $params = array('calendarId' => $calendarId);
281 * @param string $calendarId Calendar identifier.
284 public function delete($calendarId, $optParams = array()) { argument
285 $params = array('calendarId' => $calendarId);
293 * @param string $calendarId Calendar identifier.
297 public function get($calendarId, $optParams = array()) { argument
298 $params = array('calendarId' => $calendarId);
327 * @param string $calendarId Calendar identifier.
332 public function patch($calendarId, Google_Calendar $postBody, $optParams = array()) { argument
333 $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
345 * @param string $calendarId Calendar identifier.
350 public function update($calendarId, Google_Calendar $postBody, $optParams = array()) { argument
351 $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
403 * @param string $calendarId Calendar identifier.
409 public function delete($calendarId, $eventId, $optParams = array()) { argument
410 $params = array('calendarId' => $calendarId, 'eventId' => $eventId);
418 * @param string $calendarId Calendar identifier.
427 public function get($calendarId, $eventId, $optParams = array()) { argument
428 $params = array('calendarId' => $calendarId, 'eventId' => $eventId);
440 * @param string $calendarId Calendar identifier.
445 public function import($calendarId, Google_Event $postBody, $optParams = array()) { argument
446 $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
458 * @param string $calendarId Calendar identifier.
466 public function insert($calendarId, Google_Event $postBody, $optParams = array()) { argument
467 $params = array('calendarId' => $calendarId, 'postBody' => $postBody);
479 * @param string $calendarId Calendar identifier.
494 public function instances($calendarId, $eventId, $optParams = array()) { argument
495 $params = array('calendarId' => $calendarId, 'eventId' => $eventId);
507 * @param string $calendarId Calendar identifier.
526 public function listEvents($calendarId, $optParams = array()) { argument
527 $params = array('calendarId' => $calendarId);
539 …* @param string $calendarId Calendar identifier of the source calendar where the event currently i…
547 public function move($calendarId, $eventId, $destination, $optParams = array()) { argument
548 …$params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'destination' => $destination);
560 * @param string $calendarId Calendar identifier.
570 public function patch($calendarId, $eventId, Google_Event $postBody, $optParams = array()) { argument
571 $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody);
583 * @param string $calendarId Calendar identifier.
590 public function quickAdd($calendarId, $text, $optParams = array()) { argument
591 $params = array('calendarId' => $calendarId, 'text' => $text);
603 * @param string $calendarId Calendar identifier.
613 public function update($calendarId, $eventId, Google_Event $postBody, $optParams = array()) { argument
614 $params = array('calendarId' => $calendarId, 'eventId' => $eventId, 'postBody' => $postBody);