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:
Ace
2019-02-25 21:53:46 +01:00
committed by GitHub
parent f622ddb8a0
commit 8a5d7b4a34

View File

@@ -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"