There was an error while loading. Please reload this page.
2 parents 78d622e + f437f39 commit 75a25acCopy full SHA for 75a25ac
1 file changed
Classes/Service/EventConfigurationService.php
@@ -66,6 +66,7 @@ public function hydrateCalendarize(
66
$configuration->setHandling(ConfigurationInterface::HANDLING_INCLUDE);
67
$configuration->setState($event->getState());
68
$configuration->setAllDay($event->isAllDay());
69
+ $configuration->setOpenEndTime($event->isOpenEndTime());
70
71
$configuration->setStartDate($event->getStartDate());
72
$configuration->setEndDate($event->getEndDate());
0 commit comments