mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 01:23:10 +03:00
Merge branch 'patch-1' of https://github.com/citrtech/easyappointments into citrtech-patch-1
This commit is contained in:
commit
940ff73365
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue