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?
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")=> trueRruleValidator.validate("FREQ=SNAILY;INTERVAL=toucan_sam")=> falseThoughts?