mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Remove the Google Calendar read-only scope use as it is not needed (#1212)
This commit is contained in:
parent
cd1842fc40
commit
9c87d53079
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue