适用于 Java 的最佳 iCalendar 库?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/33901/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best iCalendar library for Java?
提问by David Crow
I'm looking for a library to handle iCalendardata in Java.
我正在寻找一个库来处理Java 中的iCalendar数据。
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.
具有良好对象模型的开源、文档齐全的实现是首选。iCal 解析功能对我来说不太重要,但仍然很高兴。
Does anyone have any recommendations?
有人有什么建议吗?
采纳答案by Brian Gianforcaro
I had limited success with iCal4j(intro) on a project last year.
去年我在一个项目上使用iCal4j(介绍)取得了有限的成功。
It seems to be a fairly popular choice for ical work in the java community.
对于 Java 社区中的 ical 工作来说,它似乎是一个相当流行的选择。
If I remember correctly the API can be slightly confusing at first glance. However It's pretty solid in the long run.
如果我没记错的话,API 乍一看可能会让人有点困惑。但是,从长远来看,它非常可靠。
Good luck, Brian
祝你好运,布莱恩