mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
stream calendar
This commit is contained in:
@@ -46,7 +46,8 @@ class DownloadMeetupCalendar extends Controller
|
||||
->address($event->location)
|
||||
->description(str_replace(["\r", "\n"], '', $event->description).' Link: '.$event->link)
|
||||
->image($image)
|
||||
->startsAt($event->start);
|
||||
->startsAt($event->start)
|
||||
->endsAt($event->start->addHours(6));
|
||||
}
|
||||
|
||||
$calendar = Calendar::create()
|
||||
|
||||
Reference in New Issue
Block a user