Lines Matching refs:calendarId

37    * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
43 public function delete($calendarId, $ruleId, $optParams = []) argument
45 $params = ['calendarId' => $calendarId, 'ruleId' => $ruleId];
52 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
59 public function get($calendarId, $ruleId, $optParams = []) argument
61 $params = ['calendarId' => $calendarId, 'ruleId' => $ruleId];
68 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
78 public function insert($calendarId, AclRule $postBody, $optParams = []) argument
80 $params = ['calendarId' => $calendarId, 'postBody' => $postBody];
87 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
111 public function listAcl($calendarId, $optParams = []) argument
113 $params = ['calendarId' => $calendarId];
121 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
133 public function patch($calendarId, $ruleId, AclRule $postBody, $optParams = []) argument
135 $params = ['calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody];
142 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
154 public function update($calendarId, $ruleId, AclRule $postBody, $optParams = []) argument
156 $params = ['calendarId' => $calendarId, 'ruleId' => $ruleId, 'postBody' => $postBody];
163 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
188 public function watch($calendarId, Channel $postBody, $optParams = []) argument
190 $params = ['calendarId' => $calendarId, 'postBody' => $postBody];