mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 01:23:10 +03:00
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 = [
|
||||
'timeMin' => date3339($start),
|
||||
'timeMax' => date3339($end)
|
||||
'timeMax' => date3339($end),
|
||||
'singleEvents' => true,
|
||||
];
|
||||
|
||||
return $this->service->events->listEvents($google_calendar, $params);
|
||||
|
|
Loading…
Reference in a new issue