search for: propvalueall

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

2006 May 22
2
[vpim] Some small rrule.rb changes
...0 } end + def rdates + Vpim.decode_date_time_list(propvalue(''RDATE'')) + end + 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-concep...