Request for RRULE validity checker
YanTheFawn opened this issue · 0 comments
YanTheFawn commented
Hey guys, would love it if there was a utility method in this library to check the validity of an rrule.
e.g.
RruleValidator.validate("FREQ=DAILY;INTERVAL=1")
=> true
RruleValidator.validate("FREQ=SNAILY;INTERVAL=toucan_sam")
=> false
Thoughts?