Skip to content

Commit

Permalink
fix cal url
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed May 4, 2024
1 parent cf4c221 commit 515b99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/cal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DTEND:${iCalDate(new Date(event.end))}
STATUS:CONFIRMED
CATEGORIES:CONFERENCE
SUMMARY:${event.conference}
URL:${BASEURL}/conferences/${event.conference_id}/event/?id=${event.id}
URL:${BASEURL}/conferences/${event.conference}/event/?id=${event.id}
LOCATION:${event.location.name}
DESCRIPTION:${iCalDesc(event).replace(/(\r\n|\n|\r)/gm, " ")}
END:VEVENT
Expand Down

0 comments on commit 515b99c

Please sign in to comment.