18 lines
439 B
Bash
18 lines
439 B
Bash
# full url. for example: https://calendar.com/user/study
|
|
CALDAV_URL=
|
|
|
|
# CalDAV credentials
|
|
CALDAV_USER=
|
|
CALDAV_PASS=
|
|
|
|
# timezone. for example the default: Europe/Berlin
|
|
TIMEZONE=
|
|
|
|
# the interval in which the calendar sessions will be re-read in minutes
|
|
REFETCH_INTERVAL_MINUTES=
|
|
|
|
# an comma seperated list of semester starts.
|
|
# Studytime will only count sessions up to the last date in the past
|
|
# format: MM-DD,MM-DD,...
|
|
SEMESTER_STARTS=
|