pimutils / khal

:calendar: CLI calendar application
https://lostpackets.de/khal/
MIT License
2.62k stars 207 forks source link

Cannot find timezone `None` in .ics file #554

Closed Brixy closed 7 years ago

Brixy commented 7 years ago

Not sure, whether this issue is redundant:

khal import file.ics

causes this error when a local time, e. g. DTSTART:20170120T190000, is used.

Cannot find timezone `None` in .ics file, this could be a bug, please report this issue at http://github.com/pimutils/khal/.

local_timezone and default_timezone are set in my config file.

Thank you very much

geier commented 7 years ago

Thank you for reporting this. This is a bug I'll try to fix ASAP.

geier commented 7 years ago

Just to clarify: the warning is the bug, nothing malicious is happening to your data.

Brixy commented 7 years ago

Yes, it’s just the error message. The import works properly.

Thanks