Skip to content

Commit f6073b7

Browse files
committed
add to recurring events
1 parent 68a199b commit f6073b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Types/RecurringEvent.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ public function toICalendarEvents(): array
3232
->uniqueIdentifier($this->event->id())
3333
->startsAt($this->start())
3434
->endsAt($this->end())
35+
->address($this->location($this->event))
36+
->description($this->event->description)
37+
->url($this->event->link)
3538
->rrule($this->spatieRule()),
3639
];
3740
}

0 commit comments

Comments
 (0)