Merge branch 'citrtech-patch-1' into develop

This commit is contained in:
Alex Tselegidis 2020-03-10 20:53:10 +01:00
commit cbb3506c4a

View file

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