-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ add OSM-link & calendar-file to Hero-info
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
- Loading branch information
1 parent
ca684f0
commit ef1f7da
Showing
2 changed files
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:-//ical.marudot.com//iCal Event Maker | ||
CALSCALE:GREGORIAN | ||
BEGIN:VTIMEZONE | ||
TZID:Europe/Berlin | ||
LAST-MODIFIED:20240422T053451Z | ||
TZURL:https://www.tzurl.org/zoneinfo-outlook/Europe/Berlin | ||
X-LIC-LOCATION:Europe/Berlin | ||
BEGIN:DAYLIGHT | ||
TZNAME:CEST | ||
TZOFFSETFROM:+0100 | ||
TZOFFSETTO:+0200 | ||
DTSTART:19700329T020000 | ||
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU | ||
END:DAYLIGHT | ||
BEGIN:STANDARD | ||
TZNAME:CET | ||
TZOFFSETFROM:+0200 | ||
TZOFFSETTO:+0100 | ||
DTSTART:19701025T030000 | ||
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU | ||
END:STANDARD | ||
END:VTIMEZONE | ||
BEGIN:VEVENT | ||
DTSTAMP:20240913T161901Z | ||
UID:1726244271074-26732@ical.marudot.com | ||
DTSTART;TZID=Europe/Berlin:20241107T163000 | ||
DTEND;TZID=Europe/Berlin:20241107T211000 | ||
SUMMARY:Bergen Open Source conference | ||
URL:https://boskonf.no | ||
LOCATION:https://www.openstreetmap.org/node/6137059358 | ||
BEGIN:VALARM | ||
ACTION:DISPLAY | ||
DESCRIPTION:Bergen Open Source conference | ||
TRIGGER:-P1W | ||
END:VALARM | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters