From 04daa1255ff1edc19540ab14e5d64a364e73b1df Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 5 Apr 2016 16:43:22 -0300 Subject: Use ics as extension for iCAL --- scripts/get_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.1