rob
rob

Reputation: 6061

How to parse ical file(.ics) with ical4j API?

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

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

Upvotes: 0

Views: 1443

Answers (2)

Amol Kulkarni
Amol Kulkarni

Reputation: 11

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

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

Upvotes: 1

Fred Grott
Fred Grott

Reputation: 71

modify build path..ical4j jar lib should be under folder called libs in your android project. In build path dialog screen you need ot add the ical4j jar lib to project

Upvotes: 0

Related Questions