summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-05 16:43:22 -0300
committerChristian Franke <nobody@nowhere.ws>2016-04-05 16:43:22 -0300
commit04daa1255ff1edc19540ab14e5d64a364e73b1df (patch)
treec3a24ca9f271b65d8e66f741a8918fd22c6dfea3
parent185917e03703b190ac5a7baf3b9dddbbb8b398a6 (diff)
Use ics as extension for iCAL
-rw-r--r--scripts/get_calendar.py2
-rw-r--r--template/pages/termine2/content.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_calendar.py b/scripts/get_calendar.py
index cb3c800..8db09c9 100644
--- a/scripts/get_calendar.py
+++ b/scripts/get_calendar.py
@@ -111,7 +111,7 @@ def put_events(calendar, after, before, destination):
base_path = os.path.dirname(os.path.abspath(__file__))
#CALENDARIUM_IMPORT_URL = 'https://sublab.org:5232/calendars/events'
CALENDARIUM_IMPORT_URL = 'https://posteo.de/calendars/ics/ruku1tibpa2b2evfwsxrbvwcy2n60j9g'
-CALENDARIUM_EXPORT = os.path.join(base_path, '../public/calendar.ical')
+CALENDARIUM_EXPORT = os.path.join(base_path, '../public/calendar.ics')
if __name__ == '__main__':
logging.basicConfig(stream=sys.stderr, level=logging.ERROR)
diff --git a/template/pages/termine2/content.html b/template/pages/termine2/content.html
index 3e6c330..a06399e 100644
--- a/template/pages/termine2/content.html
+++ b/template/pages/termine2/content.html
@@ -24,6 +24,6 @@ $tabcalendar_events
</div>
<div class="row">
<div class="col-md-12">
-<p>Ebenso gibt es einen <a href="/calendar.ical">iCAL Kalender</a> der die Veranstalungen enthaelt.</p>
+<p>Ebenso gibt es einen <a href="/calendar.ics">iCAL Kalender</a> der die Veranstalungen enthaelt.</p>
</div>
</div>