Lines Matching refs:Event
21 use Google\Service\Calendar\Event; alias
75 * @return Event
81 return $this->call('get', [$params], Event::class);
90 * @param Event $postBody
100 * @return Event
102 public function import($calendarId, Event $postBody, $optParams = [])
106 return $this->call('import', [$params], Event::class);
114 * @param Event $postBody
135 * @return Event
137 public function insert($calendarId, Event $postBody, $optParams = [])
141 return $this->call('insert', [$params], Event::class);
291 * @return Event
297 return $this->call('move', [$params], Event::class);
306 * @param Event $postBody
330 * @return Event
332 public function patch($calendarId, $eventId, Event $postBody, $optParams = [])
336 return $this->call('patch', [$params], Event::class);
354 * @return Event
360 return $this->call('quickAdd', [$params], Event::class);
369 * @param Event $postBody
393 * @return Event
395 public function update($calendarId, $eventId, Event $postBody, $optParams = [])
399 return $this->call('update', [$params], Event::class);