Compare commits
1 commit
main
...
calendarid
Author | SHA1 | Date | |
---|---|---|---|
|
595f779063 |
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue