mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
handle remote events 'isAllDay' and fix cs
This commit is contained in:
@@ -196,7 +196,8 @@ class RemoteEventConverter
|
||||
$event['subject'],
|
||||
'',
|
||||
$startDate,
|
||||
$endDate
|
||||
$endDate,
|
||||
$event['isAllDay']
|
||||
);
|
||||
}
|
||||
|
||||
|
@@ -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