Hello, i am interesting in the iCalendar parser at dojo.cal.iCalendar, and looking in how to parse the dates, is used dojo.date.fromIso8601, that function works like ISO 8601 spec, but in the iCalendar specification says the date object are represented according the ISO 8601 spec without the indents, like 20080413, not 2008-04-13, then a iCalendar string saved by Outlook for example, saves the dates without the indents, but the parser try to read the dates in ISO 8601 strictly, with the indents, then there is an error reading the dates.
Any suggestions here, is needed a function to parse specifically iCalendar dates??
Regards,
Roland.
