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