.ics event import fails with: no importable items
When I try to import an .ics calendar event by dragging and dropping it onto the events pane then nothing happens. When I double click on the .ics file to import it, then I get the message: "There are no importable items in this file.", but there is an appointment in the file.
In the error console ( Tools > Developer tools > Error console (<CTRL>+<SHIFT>+J) ) I see the following error appearing: "Calendar: ParserError: invalid line (no token ";" or ":") "</body></html>"'ParserError: invalid line (no token ";" or ":") "</body></html>"' when calling method: [calIICSService::parseICS] when parsing"
The parser fails on the following line in the .ics file containing the event: X-ALT-DESC;FMTTYPE=text/html:
Klick on this link to view webinar.
Who knows what is syntactically wrong with that line? Is there an on-line parser where I can check the correctness of the .ics file for Thunderbird?
The problem appears in the following version: TB version: 115.13.0 (64-bit) Platform version: Ubuntu 22.04.4 LTS, Linux 5.15.0-119-generic #129-Ubuntu SMP Fri Aug 2 19:25:20 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux VCALENDAR version in .ics: VERSION:2.0
การตอบกลับทั้งหมด (2)
The .ics file snippet is interpreted and not displayed in my questing. Here is a screen copy:
I have quite similar problem when importing ics-files regarding import of the description of the calendar event, starting with the line "X-ALT-DESC;FMTTYPE=text/html:" within the ics-file:
Even though a calender entry is made, the description of the imported event is left totally blank, although the file actually contains a description. Here is an cutout of the corresponding line within the ics-file (note: given URL is anonymised/blurred manually):
[see screenshot attached below]
I suspect the line break at the end of the first line - placed within angle brackets and in the middle of an URL - might be the cause of the problem here. Anyone here who maybe could check that? or even fix scenarios like thes on an ics-import?