Wednesday, March 22, 2006

iCal - finally

Ok, so I finally found a good Java iCal parser and got it working on most of the .ics files I have:
iCal4J at sourceforge

It does have problems with CHARSET properties, because it doesn't know them.
Which is actually in line with RFC2445... however, they do exist.
To work around this you have to write your own content handler, but it works.

No comments: