Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DFreeBusyRequest.php26 public $calendarExpansionMax; variable in Google\\Service\\Calendar\\FreeBusyRequest
49 public function setCalendarExpansionMax($calendarExpansionMax) argument
51 $this->calendarExpansionMax = $calendarExpansionMax;
58 return $this->calendarExpansionMax;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1799 public $calendarExpansionMax; variable in Google_FreeBusyRequest
1807 public function setCalendarExpansionMax( $calendarExpansionMax) { argument
1808 $this->calendarExpansionMax = $calendarExpansionMax;
1811 return $this->calendarExpansionMax;