Closed fpose closed 8 years ago
Thank you for reporting this.
The issue is the following:
I previously decided to treat events without DTEND as floating events lasting the whole day (all-day events), even if they are localized datetime events, see #84.
Since version 0.7 we support properly support localized and floating events, but I forgot about this special case and those events are at the moment treated as (localized) datetime events, but with dates as start and end, which than leads to the confusion about the missing tzinfo
attribute.
I'll need to think about how to best approach this problem.
Hello,
I am using version 0.7.0 and i am experiencing a crash similar to issue #60. I am trying to import the following ICS (by copying it into the vdir folder):
I get the following backtrace:
If I place a DTEND entry in the ICS file, the problem is gone. But missing DTEND is perfectly valid acc. to RFC 5545.
If I can provide any further help with resolving this, I will glady do.
Thanks an regards, Florian