Open craftyguy opened 2 weeks ago
This is due to a breaking change in icalendar and should be fixed by #1364.
@d7415 thanks for the pointer. I backported the functional part of that series to 0.11.3 and confirmed that it fixes this and #1366
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/74673/diffs
Describe the bug
When trying to add a new event in ikhal, it crashes with
AttributeError: 'zoneinfo.ZoneInfo' object has no attribute '_tzinfos'
If applicable: Stack Trace
To Reproduce Steps to reproduce the behavior:
1) start ikhal 2) hit 'n' to add new event, enter anything in event title and save
Expected behavior Event added, ikhal doesn't crash
OS, version, khal version and how you installed it:
pip freeze
]Additional context Add any other context about the problem here. Especially, if the issue came up when reading an .ics file, please provide the content of that file (anonymize if needed).