Home
last modified time | relevance | path

Searched refs:CalendarListEntry (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
DCalendarList.php21 use Google\Service\Calendar\CalendarListEntry; alias
55 * @return CalendarListEntry
61 return $this->call('get', [$params], CalendarListEntry::class);
67 * @param CalendarListEntry $postBody
74 * @return CalendarListEntry
76 public function insert(CalendarListEntry $postBody, $optParams = [])
80 return $this->call('insert', [$params], CalendarListEntry::class);
126 * @param CalendarListEntry $postBody
133 * @return CalendarListEntry
135 public function patch($calendarId, CalendarListEntry $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DCalendarList.php27 protected $itemsType = CalendarListEntry::class;
57 * @param CalendarListEntry[]
64 * @return CalendarListEntry[]
DCalendarListEntry.php20 class CalendarListEntry extends \Google\Collection class
363 class_alias(CalendarListEntry::class, 'Google_Service_Calendar_CalendarListEntry');