diff --git a/application/libraries/Google_sync.php b/application/libraries/Google_sync.php index 04b5e7fa..78bb5bad 100644 --- a/application/libraries/Google_sync.php +++ b/application/libraries/Google_sync.php @@ -68,7 +68,6 @@ class Google_sync { $this->client->setAccessType('offline'); $this->client->addScope([ Google_Service_Calendar::CALENDAR, - // Google_Service_Calendar::CALENDAR_READONLY ]); $this->service = new Google_Service_Calendar($this->client);