Closed rfc2822 closed 3 years ago
Apologies I removed the PropertyBuilder.factories()
method a couple of months ago, where I really should have deprecated it.
I'll fix in both libraries shortly.
ical4j-json 0.1.4 just released with support for ical4j 3.1.1.
NOTE: for the JCalMapper constructor just pass null
for now, I will probably update this in future, just need to identify the purpose of it in the jackson framework.
Thanks for your jCal implementation! I'm currently playing around to get it into DAVx⁵ (so that it can sync using jCal instead of iCalendar and hopefully avoid some parsing problems).
However, I can't get jCal deserialization to work with the code from ical4j-json's README:
I have used:
ical4j 3.1.1 ical4-json 0.1.3
That throws at runtime:
When I look at
PropertyBuilder
,factories
is a property, but not a method. Maybe this is the problem?So, to summarize, there are three problems/questions:
JCalMapper(...)
?