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

Expand recurrences for Atom serialization #12

Open benfortuna opened 2 years ago

benfortuna commented 2 years ago

When serializing calendars with recurring events, identify recurrence instances within a given time window (e.g. 3 months) and populate the feed accordingly.

Alternatively recurrences could be expanded to a maximum number of items (e.g. 10) without being contrained to a time window.