Question

I'm looking for an open source API allowing to manage events in Java. My needs are to create .ics file that contains one (or many) event(s) in order to synchronise them.

Also it will be very helpfull if this API can manage update (ie : if we can update event that we first create with the same system).

Was it helpful?

Solution

I've used ical4j (https://code.google.com/p/ical4j/) for similar problems some months ago.

This should give you a good start to solve your problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top