calendar = $calendar; } /** * @return Google_Service_Calendar_ColorDefinition */ public function getCalendar() { return $this->calendar; } /** * @param Google_Service_Calendar_ColorDefinition */ public function setEvent($event) { $this->event = $event; } /** * @return Google_Service_Calendar_ColorDefinition */ public function getEvent() { return $this->event; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } }