Lines Matching refs:calendars
716 public $calendars; variable in Google_CalendarService
734 …$this->calendars = new Google_CalendarsServiceResource($this, $this->serviceName, 'calendars', jso…
1778 public $calendars; variable in Google_FreeBusyGroup
1782 public function setCalendars(/* array(Google_string) */ $calendars) { argument
1783 $this->assertIsArray($calendars, 'Google_string', __METHOD__);
1784 $this->calendars = $calendars;
1787 return $this->calendars;
1859 public $calendars; variable in Google_FreeBusyResponse
1866 public function setCalendars(Google_FreeBusyCalendar $calendars) { argument
1867 $this->calendars = $calendars;
1870 return $this->calendars;