We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a199b commit f6073b7Copy full SHA for f6073b7
1 file changed
src/Types/RecurringEvent.php
@@ -32,6 +32,9 @@ public function toICalendarEvents(): array
32
->uniqueIdentifier($this->event->id())
33
->startsAt($this->start())
34
->endsAt($this->end())
35
+ ->address($this->location($this->event))
36
+ ->description($this->event->description)
37
+ ->url($this->event->link)
38
->rrule($this->spatieRule()),
39
];
40
}
0 commit comments