Lines Matching refs:calendarId
36 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
41 public function clear($calendarId, $optParams = []) argument
43 $params = ['calendarId' => $calendarId];
51 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
56 public function delete($calendarId, $optParams = []) argument
58 $params = ['calendarId' => $calendarId];
65 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
71 public function get($calendarId, $optParams = []) argument
73 $params = ['calendarId' => $calendarId];
94 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
101 public function patch($calendarId, Calendar $postBody, $optParams = []) argument
103 $params = ['calendarId' => $calendarId, 'postBody' => $postBody];
110 * @param string $calendarId Calendar identifier. To retrieve calendar IDs call
117 public function update($calendarId, Calendar $postBody, $optParams = []) argument
119 $params = ['calendarId' => $calendarId, 'postBody' => $postBody];