Closed toby-cisco closed 8 years ago
Hi Toby,
Thank you for the idea. I will look into it.
Toby,
You are correct. The join
method can be used to do this.
I implemented this feature in 73909d7841fce3d9a1ac46e1d457c5e899442fec. If you get a chance, please try it out. Thank you.
Mike,
The change you made appears to work just fine and does what I need. Thank you!
When were you planning to do the next release?
Toby,
Thank you for testing it. I don't know when I will release a new stable version. It has been almost two months since the last version, so maybe soon.
I'm curious if it is possible to combine a
biweekly.property.RecurrenceRule
, abiweekly.property.RecurrenceDates
, and anbiweekly.property.ExceptionDate
and then obtain aDateIterator
(or some variant of it) of their union? The application I am working on will need to account for RDates and ExDates when computing occurrences of an event from a recurrence rule. ThegetDateIterator
method onbiweekly.property.RecurrenceRule
does not appear to handleRecurrenceDates
andExceptionDates.
The static
join
method incom.google.ical.iter.RecurrenceIteratorFactory
would appear to do what I need. Just curious if there is some analogous functionality in thebiweekly
package.