Merge branch 'citrtech-patch-1' into develop
This commit is contained in:
commit
cbb3506c4a
1 changed files with 2 additions and 1 deletions
|
@ -361,7 +361,8 @@ class Google_Sync {
|
||||||
|
|
||||||
$params = [
|
$params = [
|
||||||
'timeMin' => date3339($start),
|
'timeMin' => date3339($start),
|
||||||
'timeMax' => date3339($end)
|
'timeMax' => date3339($end),
|
||||||
|
'singleEvents' => true,
|
||||||
];
|
];
|
||||||
|
|
||||||
return $this->service->events->listEvents($google_calendar, $params);
|
return $this->service->events->listEvents($google_calendar, $params);
|
||||||
|
|
Loading…
Reference in a new issue