diff --git a/lib/FreeBusyGenerator.php b/lib/FreeBusyGenerator.php index 42482603..2709ab9d 100644 --- a/lib/FreeBusyGenerator.php +++ b/lib/FreeBusyGenerator.php @@ -359,7 +359,7 @@ protected function calculateBusy(FreeBusyData $fbData, array $objects): void $times = []; - if ($component->RRULE) { + if ($component->RRULE || $component->RDATE) { try { $iterator = new EventIterator($object, (string) $component->UID, $this->timeZone); } catch (NoInstancesException $e) {