Inkycal/Calendar/settings.py.sample
Ace 8a5d7b4a34
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.
2019-02-25 21:53:46 +01:00

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"