I'm still busy with the iCalendar import: I found that the extension
currently doesn't treat text values for the DESCRIPTION too well.
Descriptions are cut at the first ':' in the text, line breaks are not
adjusted, and special characters are not de-escaped (e.g. '\,' to ',' or
'\;' to ';'). I changed the ical.class.php file to handle this a bit
better. Again, maybe this can be included in the next version of the
extension. It's tested, but not too thoroughly.
Original issue reported on code.google.com by johan...@bolarus.de on 29 Sep 2009 at 5:06
Original issue reported on code.google.com by
johan...@bolarus.de
on 29 Sep 2009 at 5:06Attachments: