You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would there be any interest in adding support for recurrence exceptions?
I've had to extend this lib to support exceptions for our needs so I wanted to open the discussion about pushing this functionality upstream.
In particular I've extended the NIF to support parsing EXDATE strings to return a list of date (times) and I've built a new Stream.resource that takes in the RRULE and a set of exception date(times) to generate the correct set of occurrences.
The text was updated successfully, but these errors were encountered:
Yeah, I'm very interested in supporting this. I wasn't sure how I was going to go about it, but it sounds like your approach is good. The idea is to eventually support entire ical event components, which could consist of an RRULE with many EXDATE lines in it, so this is definitely within the realm of what this library is meant to evolve into.
Would there be any interest in adding support for recurrence exceptions?
I've had to extend this lib to support exceptions for our needs so I wanted to open the discussion about pushing this functionality upstream.
In particular I've extended the NIF to support parsing
EXDATE
strings to return a list of date (times) and I've built a newStream.resource
that takes in the RRULE and a set of exception date(times) to generate the correct set of occurrences.The text was updated successfully, but these errors were encountered: