Best iCalendar library for Java?

JavaIcalendar

Java Problem Overview


I'm looking for a library to handle iCalendar data in Java.

Open source, well-documented implementations with a good object model are preferred. iCal parsing capabilities are less important to me, but still nice to have.

Does anyone have any recommendations?

Java Solutions


Solution 1 - Java

A challenger appears! Please give biweekly a try. I'm looking for lots of feedback on how it can be improved.

Solution 2 - Java

I had limited success with iCal4j (intro) on a project last year.

It seems to be a fairly popular choice for ical work in the java community.

If I remember correctly the API can be slightly confusing at first glance. However It's pretty solid in the long run.

Good luck, Brian

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDavid CrowView Question on Stackoverflow
Solution 1 - JavaMichaelView Answer on Stackoverflow
Solution 2 - JavaBrian GianforcaroView Answer on Stackoverflow