Added new parameter for events
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.
This commit is contained in:
parent
f622ddb8a0
commit
8a5d7b4a34
@ -4,6 +4,7 @@ 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"
|
||||
|
Loading…
Reference in New Issue
Block a user