teambition / rrule-go

Go library for working with recurrence rules for calendar dates.
MIT License
314 stars 58 forks source link

Validating rrule #50

Closed aniforprez closed 2 years ago

aniforprez commented 2 years ago

I'm not finding any documentation on validating the generated rrule. Does this exist currently?

zensh commented 2 years ago

You can use StrToRRule, it will return error if rrule str invalid