diff --git a/src/Event.php b/src/Event.php index a7724dc..1256d5b 100644 --- a/src/Event.php +++ b/src/Event.php @@ -332,6 +332,16 @@ public function setLocation($location) $this->googleEvent->setLocation($location); } + public function getStatus() + { + $this->googleEvent->getStatus(); + } + + public function setStatus($status) + { + $this->googleEvent->setStatus($status); + } + protected function getFieldName(string $name): string { return [