diff --git a/src/Event.php b/src/Event.php index e063d5f..a7724dc 100644 --- a/src/Event.php +++ b/src/Event.php @@ -302,11 +302,36 @@ protected function setSourceProperty(array $value) $this->googleEvent->setSource($source); } + public function getColorId() + { + $this->googleEvent->getColorId(); + } + public function setColorId(int $id) { $this->googleEvent->setColorId($id); } + public function getDescription() + { + $this->googleEvent->getDescription(); + } + + public function setDescription($description) + { + $this->googleEvent->setDescription($description); + } + + public function getLocation() + { + $this->googleEvent->getLocation(); + } + + public function setLocation($location) + { + $this->googleEvent->setLocation($location); + } + protected function getFieldName(string $name): string { return [