如何解析iCal文件(的.ics)与ical4j API?文件、iCal、ics、API

2023-09-07 13:20:12 作者:我许三世不再爱他i

任何人有使用Eclipse作为开发环境与解析API ical4j的的iCal日历文件Android应用的想法。

Anyone have idea of parsing the ical calendar file with ical4j API for android app using eclipse as development environment.

我已经加入ical4j API,到我的项目,但得到一些错误相关的API。

I have added ical4j API, to my project, but getting some errors related to API.

推荐答案

在code设置这些属性或者通过作为VM参数应该解决的问题。

Setting these properties in your code or passed as VM arguments should solve the problem

-Dical4j.unfolding.relaxed=true 
-Dical4j.parsing.relaxed=true