From 8a5d7b4a34acd554d13ed2770683fea55f204d72 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 25 Feb 2019 21:53:46 +0100 Subject: [PATCH] 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. --- Calendar/settings.py.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/Calendar/settings.py.sample b/Calendar/settings.py.sample index 54940b2..656efca 100644 --- a/Calendar/settings.py.sample +++ b/Calendar/settings.py.sample @@ -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"