calendars = $calendars; } public function getCalendars() { return $this->calendars; } /** * @param Google_Service_Calendar_Error */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_Calendar_Error */ public function getErrors() { return $this->errors; } }