Skip to content

Commit 7081a17

Browse files
SebastianKrupinskiphil-davis
authored andcommitted
fix: include RDATE in busy calulation
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 parent c8ef5fd commit 7081a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/FreeBusyGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ protected function calculateBusy(FreeBusyData $fbData, array $objects): void
359359

360360
$times = [];
361361

362-
if ($component->RRULE) {
362+
if ($component->RRULE || $component->RDATE) {
363363
try {
364364
$iterator = new EventIterator($object, (string) $component->UID, $this->timeZone);
365365
} catch (NoInstancesException $e) {

0 commit comments

Comments
 (0)