summaryrefslogtreecommitdiff
path: root/scripts/get_calendar.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get_calendar.py')
-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__':