search for: exrrule

Displaying 1 result from an estimated 1 matches for "exrrule".

Did you mean: errle
2006 May 22
2
[vpim] Some small rrule.rb changes
...nd + end end end Better would be an Rdate class with the same interfaces as Rrule, and none of the complexity, RDATE is just a list of date or date-time. See propvalueall(). Even better would be a reimplementation of occurrences that creates one Rrule for every RRULE and for every EXRRULE, one Rdate for every RDATE and EXRDATE, and uses ruby generators to return an enumerable class (Occurrences?) that combines correctly all the occurrences. I did a proof-of-concept a few days that takes multiple sorted sequences (Rrule and Rdate would be this) and combines them. Looks pretty straig...