You can now choose how far in the future events from your iCalendar should be fetched. The value is given in days. By default, events in the next 60 days will be fetched from the Calendar.
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
""" To quickly get started, fill in the following details:"""
|
|
|
|
ical_urls = [
|
|
"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
|
|
]
|
|
|
|
events_max_range = "60"
|
|
api_key = ""
|
|
location = "Julich, DE"
|
|
week_starts_on = "Monday"
|
|
display_colours = "bwr"
|
|
language = "en"
|
|
units = "metric"
|
|
hours = "24"
|