Ical events without time are not imported
Bug #80161 reported by
Guy Van Sanden
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SchoolTool |
Confirmed
|
Medium
|
Justas Sadzevičius |
Bug Description
When I tried to import my Evolution calendar.ics file, it failed to upload with
the error: Error parsing iCalendar data: Event start time should precede end time.
I traced the cause back to a number of events in my file that have no time
associated with them (Like holidays etc).
A failing event looks like this:
BEGIN:VEVENT
UID:20041115T21
DTSTAMP:
LAST-MODIFIED:
SUMMARY:Moederdag
DTSTART;
DTEND;VALUE=
RRULE:FREQ=
CLASS:PUBLIC
SEQUENCE:1
CREATED:
END:VEVENT
I have this event in attached ICS file
Changed in schooltool: | |
assignee: | nobody → ignas |
Changed in schooltool: | |
status: | In Progress → Confirmed |
Changed in schooltool: | |
assignee: | Ignas Mikalajūnas (ignas) → Justas Sadzevičius (justas-pov) |
To post a comment you must log in.
I created an all-day event through the webinterface of schoolbell, and it looks
different from Evolution.
It only has a DTSTART entry, but also a duration: VALUE=DATE: 20060325
DTSTART;
DURATION:P1D
Evolution however pops up an error on this, saying the event has no end time.