Searched refs:CalendarListEntry (Results 1 – 3 of 3) sorted by relevance
21 use Google\Service\Calendar\CalendarListEntry; alias55 * @return CalendarListEntry61 return $this->call('get', [$params], CalendarListEntry::class);67 * @param CalendarListEntry $postBody74 * @return CalendarListEntry76 public function insert(CalendarListEntry $postBody, $optParams = [])80 return $this->call('insert', [$params], CalendarListEntry::class);126 * @param CalendarListEntry $postBody133 * @return CalendarListEntry148 * @param CalendarListEntry $postBody[all …]
27 protected $itemsType = CalendarListEntry::class;57 * @param CalendarListEntry[]64 * @return CalendarListEntry[]
20 class CalendarListEntry extends \Google\Collection class363 class_alias(CalendarListEntry::class, 'Google_Service_Calendar_CalendarListEntry');