From 50afe332788b23f49526af8e80b35108d9e8155f Mon Sep 17 00:00:00 2001 From: Muhammad Jawad Abbas Date: Thu, 8 Feb 2024 19:57:15 +0500 Subject: [PATCH] Update Event.php get set status --- src/Event.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 [