@petro: if I use your template, it throws an error.
If delta.days = 0 or 1, it’s OK
with delta.days = 2 not anymore
Error executing script. Error for if at pos 4: Error rendering data template: ValueError: Template error: as_datetime got invalid input 'None' when rendering template .... but no default was specified
I’m pulling 96 hours with calendar.get_events and there is an event the day after tomorrow
EDIT: nevermind, the reason was because the template text was rearranged automatically and therefor not working correctly anymore…