Merge branch 'hotfix/ical-fix'

This commit is contained in:
Björn Fromme
2020-04-01 14:03:02 +02:00
@@ -113,7 +113,7 @@ class IcalService implements SingletonInterface
$occupancy = $event->getOccupancy();
}
if (!isset($item['to'])) {
if (isset($event) && !isset($item['to'])) {
$item['to'] = $event->getEnd();
$this->addOccupancyItem($item);
}