summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-12-16 22:59:46 +0100
committerChristian Franke <nobody@nowhere.ws>2016-12-16 22:59:46 +0100
commit7310281bc49582d65f0d855214ca81be20debdc0 (patch)
tree7899e8ece900451ad7b17beec6945f8b98fc5a44
parent68a8acc78ea15f6d8f37e845f1caa5b588ab2fe2 (diff)
Update url
-rw-r--r--scripts/get_calendar.py3
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__':