mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 01:53:49 +00:00
handle remote events 'isAllDay' and fix cs
This commit is contained in:
@@ -100,7 +100,7 @@ class MSGraphRemoteCalendarConnector implements RemoteCalendarConnectorInterface
|
||||
'query' => [
|
||||
'startDateTime' => $startDate->format(DateTimeImmutable::ATOM),
|
||||
'endDateTime' => $endDate->format(DateTimeImmutable::ATOM),
|
||||
'$select' => 'id,subject,start,end',
|
||||
'$select' => 'id,subject,start,end,isAllDay',
|
||||
],
|
||||
]
|
||||
)->toArray();
|
||||
|
Reference in New Issue
Block a user