ical4j / ical4j-serializer

Marshalling iCalendar and vCard to XML and JSON formats
http://www.ical4j.org/serializer/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

JCalMapper: allow custom property / parameter factories #4

Closed rfc2822 closed 2 years ago

rfc2822 commented 2 years ago

Hi,

I think it's currently not possible to use custom property/parameter factories with JCalMapper. If this is correct, I suggest to support such factories generally as a future enhancement.

benfortuna commented 2 years ago

Hi Ricki, thanks for the early feedback on the new library. I'll definitely look into custom factory support. Let me know if you spot anything else missing.

rfc2822 commented 2 years ago

Thanks, that was quick! I'm just explorering the possibilities of jCal, because it seems there are servers which already support it, and I think many parsing errors could be avoided with it.

benfortuna commented 2 years ago

ical4j-json 0.1.4 just released with support for custom properties/parameters in JCal mapper