diff --git a/src/Components/Event.php b/src/Components/Event.php index 0f58b6a..47af9c9 100644 --- a/src/Components/Event.php +++ b/src/Components/Event.php @@ -393,7 +393,8 @@ public function getTimezoneRangeCollection(): TimezoneRangeCollection ->add($this->starts) ->add($this->ends) ->add($this->created) - ->add(is_string($this->rrule) + ->add( + is_string($this->rrule) ? [$this->rruleStarting, $this->rruleUntil] : $this->rrule )