[icalendar-dev] New Member / glitch in example file

Max M maxm at mxm.dk
Tue May 2 18:03:11 CEST 2006


Gregg Irwin wrote:

>Hello List!
>
>I'm new to the list, working on iCal integration for a project. I'm
>using your test files as test cases for my parser (not using Python
>for the project, but greatly appreciate the test files :) and found a
>non-conformant entry in one.
>
>The groupscheduled.ics file has this line:
>
>ORGANIZER;ROLE=CHAIR:MAILTO:mrbig at host.com
>
>But the organizer property shouldn't have a ROLE param, per the spec.
>

Just write:

ORGANIZER;X-ROLE=CHAIR:MAILTO:mrbig at host.com

And the problem is fixed ;-)

Acually the parser doesnt check out conformance at such detail.

If you choose to be so picky at the parser level you are bound to get 
bad results. There are a *lot* of malformed files out there. If you can 
parse them, at least you can look at the result and decide not to use them.

-- 

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science

Phone:  +45 66 11 84 94
Mobile: +45 29 93 42 96




More information about the icalendar-dev mailing list