Merge branch 'patch-1' of https://github.com/citrtech/easyappointments into citrtech-patch-1

This commit is contained in:
Alex Tselegidis 2020-03-10 20:53:01 +01:00
commit 940ff73365
1 changed files with 2 additions and 1 deletions

View File

@ -359,7 +359,8 @@ class Google_Sync {
$params = [
'timeMin' => date3339($start),
'timeMax' => date3339($end)
'timeMax' => date3339($end),
'singleEvents' => true,
];
return $this->service->events->listEvents($google_calendar, $params);