Extend period to support ical usecases
Project moved to GitHub
Brought to you by:
broneill,
scolebourne
It would be very useful if the Period class in Joda-Time could be extended to some of the functionality required by the icalendar specification (http://www.ietf.org/rfc/rfc2445.txt).
I'm referring to periods like "the 3rd Wednesday of each month" or "the last weekday of the month" or "the first Monday in September".
I don't think that the Period class would be the ideal home for such behaviour if it were to be added. It is unlikely to be added however, as development effort is more focussed on JSR-310 now.