mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +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']
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user