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:
parent
014975c4ac
commit
7011914cc5
@ -10,7 +10,7 @@ from settings import ical_urls
|
|||||||
import arrow
|
import arrow
|
||||||
from ics import Calendar
|
from ics import Calendar
|
||||||
|
|
||||||
use_recurring_events = False ## Attention: experimental feature!
|
use_recurring_events = True
|
||||||
print_events = False
|
print_events = False
|
||||||
style = 'DD MMM YY HH:mm'
|
style = 'DD MMM YY HH:mm'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user