Using recurring events by default

As the tests for the recurring events have passed, the recurring events feature can now be used by default. Event if it fails, the try/except handling won't let the script crash in case something goes wrong while parsing recurring events.
This commit is contained in:
Ace 2019-12-17 16:17:29 +01:00 committed by GitHub
parent 014975c4ac
commit 7011914cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ from settings import ical_urls
import arrow
from ics import Calendar
use_recurring_events = False ## Attention: experimental feature!
use_recurring_events = True
print_events = False
style = 'DD MMM YY HH:mm'