Skip to content

Commit eea0a1e

Browse files
committed
don’t set url, for now
1 parent 11a7279 commit eea0a1e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Types/Event.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ public function toICalendarEvent(string|CarbonInterface $date): ?ICalendarEvent
121121
$iCalEvent->description($description);
122122
}
123123

124-
if (! is_null($link = $this->event->link)) {
125-
$iCalEvent->url($link);
126-
}
127-
128124
return $iCalEvent;
129125
}
130126

0 commit comments

Comments
 (0)