From 9c87d530790a492c98f2163eabbd4d7b0e6c3566 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 23 Feb 2022 11:33:26 +0100 Subject: [PATCH] Remove the Google Calendar read-only scope use as it is not needed (#1212) --- application/libraries/Google_sync.php | 1 - 1 file changed, 1 deletion(-) 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);