change calendar id
This commit is contained in:
parent
8cf70e724d
commit
595f779063
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import pytz
|
||||||
# xxxxxxxxxxxxxxxxxxxxxxxxxg@group.calendar.google.com
|
# xxxxxxxxxxxxxxxxxxxxxxxxxg@group.calendar.google.com
|
||||||
# example:
|
# example:
|
||||||
# USERCALENDARID = 'xxxxxxxxxxxxxxxxxxxxxxxxxg@group.calendar.google.com'
|
# USERCALENDARID = 'xxxxxxxxxxxxxxxxxxxxxxxxxg@group.calendar.google.com'
|
||||||
USERCALENDARID = 'primary'
|
USERCALENDARID = 's7fhmp35gch8r62ir1p8rd8qes@group.calendar.google.com'
|
||||||
CURRENT_COURSE_SYMLINK = Path('~/current_course').expanduser()
|
CURRENT_COURSE_SYMLINK = Path('~/current_course').expanduser()
|
||||||
CURRENT_COURSE_ROOT = CURRENT_COURSE_SYMLINK.resolve()
|
CURRENT_COURSE_ROOT = CURRENT_COURSE_SYMLINK.resolve()
|
||||||
CURRENT_COURSE_WATCH_FILE = Path('/tmp/current_course').resolve()
|
CURRENT_COURSE_WATCH_FILE = Path('/tmp/current_course').resolve()
|
||||||
|
|
Loading…
Reference in a new issue