Importing of .ics file
Categories
(Calendar :: Import and Export, defect)
Tracking
(Not tracked)
People
(Reporter: axel.schmallenbach, Unassigned)
Details
Attachments
(1 file)
|
713 bytes,
text/calendar
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0
Steps to reproduce:
I tried to import an appointment as *ics file. See attached file.
Actual results:
Error message (translated): Import not possible. There ae no importable data in the file. (in German: "Es gibt keine importierbaren Einträge in der Datei")
Expected results:
Import of the o.m. date into the TB calender
Updated•5 years ago
|
Comment 1•4 years ago
|
||
After having a closer look, the ics file is expected to be UTF-8 decoded, but in the line starting with ORGANIZER;CN= there is an invalid character.
Comment 2•4 years ago
|
||
Now there are two options, be resilient and import partially wrong data (instead of telling the user there is nothing to import) or show a better error message (if Calendar: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [calIIcalProperty.valueAsIcalString] when parsing occurs) to the user.
Description
•