From 7310281bc49582d65f0d855214ca81be20debdc0 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 16 Dec 2016 22:59:46 +0100 Subject: Update url --- scripts/get_calendar.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/get_calendar.py b/scripts/get_calendar.py index 898a80f..ee1674b 100644 --- a/scripts/get_calendar.py +++ b/scripts/get_calendar.py @@ -134,7 +134,8 @@ 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_IMPORT_URL = 'https://posteo.de/calendars/ics/ruku1tibpa2b2evfwsxrbvwcy2n60j9g' +CALENDARIUM_IMPORT_URL = 'https://calendar.google.com/calendar/ical/termine.sublab%40gmail.com/public/basic.ics' CALENDARIUM_EXPORT = os.path.join(base_path, '../public/calendar.ics') TODAY_EXPORT = os.path.join(base_path, 'get_calendar.today') if __name__ == '__main__': -- cgit v1.2.1