diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-12-16 22:59:46 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-12-16 22:59:46 +0100 |
commit | 7310281bc49582d65f0d855214ca81be20debdc0 (patch) | |
tree | 7899e8ece900451ad7b17beec6945f8b98fc5a44 /scripts | |
parent | 68a8acc78ea15f6d8f37e845f1caa5b588ab2fe2 (diff) |
Update url
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/get_calendar.py | 3 |
1 files changed, 2 insertions, 1 deletions
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__': |