Compare commits
No commits in common. "042e81c66ba1cbd13cedb37c42a71104087e12cf" and "39ee4f76d925afa6fdfc9fd710fcdee264303ca6" have entirely different histories.
042e81c66b
...
39ee4f76d9
1
prep.py
1
prep.py
@ -107,7 +107,6 @@ def build_ical(events: list[dict]) -> str:
|
||||
event_template = event_template.replace("<!--DATE-->", date)
|
||||
event_template = event_template.replace("<!--TITLE-->", title)
|
||||
event_template = event_template.replace("<!--URL-->", url)
|
||||
event_template = event_template.replace("<!--LOCATION-->", location)
|
||||
|
||||
events_ical += event_template
|
||||
# Footer
|
||||
|
@ -6,7 +6,7 @@ DTSTART;TZID=Europe/Belgrade:<!--DATE-->
|
||||
DTEND;TZID=Europe/Belgrade:<!--DATE-->
|
||||
GEO:+44.805613;+20.479234
|
||||
LAST-MODIFIED:<!--CREATED-->
|
||||
LOCATION:<!--LOCATION-->
|
||||
LOCATION:DC Krov\, Kraljice Marije 47\, 6\, Beograd\, Serbia
|
||||
STATUS:CONFIRMED
|
||||
SUMMARY:<!--TITLE-->
|
||||
URL;TYPE=URI:<!--URL-->
|
||||
|
Loading…
Reference in New Issue
Block a user