From 595f779063480e2d6f52f63c1e866a2ecc7f50fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 17 Sep 2021 12:04:59 +0200 Subject: [PATCH] change calendar id --- scripts/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.py b/scripts/config.py index 87d64c2..c003692 100644 --- a/scripts/config.py +++ b/scripts/config.py @@ -6,7 +6,7 @@ import pytz # xxxxxxxxxxxxxxxxxxxxxxxxxg@group.calendar.google.com # example: # USERCALENDARID = 'xxxxxxxxxxxxxxxxxxxxxxxxxg@group.calendar.google.com' -USERCALENDARID = 'primary' +USERCALENDARID = 's7fhmp35gch8r62ir1p8rd8qes@group.calendar.google.com' CURRENT_COURSE_SYMLINK = Path('~/current_course').expanduser() CURRENT_COURSE_ROOT = CURRENT_COURSE_SYMLINK.resolve() CURRENT_COURSE_WATCH_FILE = Path('/tmp/current_course').resolve()