handle remote events 'isAllDay' and fix cs

This commit is contained in:
2022-06-29 15:29:22 +02:00
parent 849e7158e4
commit adad4313a6
8 changed files with 61 additions and 56 deletions

View File

@@ -196,7 +196,8 @@ class RemoteEventConverter
$event['subject'],
'',
$startDate,
$endDate
$endDate,
$event['isAllDay']
);
}