Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_CalendarService.php160 * @return Google_CalendarListEntry
167 return new Google_CalendarListEntry($data);
175 * @param Google_CalendarListEntry $postBody
179 * @return Google_CalendarListEntry
181 public function insert(Google_CalendarListEntry $postBody, $optParams = array()) {
186 return new Google_CalendarListEntry($data);
217 * @param Google_CalendarListEntry $postBody
221 * @return Google_CalendarListEntry
223 public function patch($calendarId, Google_CalendarListEntry $postBody, $optParams = array()) {
228 return new Google_CalendarListEntry($data);
[all …]