teambition / rrule-go

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

Library utilization #17

Closed luxifer closed 5 years ago

luxifer commented 5 years ago

Hi, do you mind if I use your library for my iCal parser ? https://github.com/luxifer/ical

rickywiens commented 5 years ago

You might find some of this discussion interesting:

https://github.com/teambition/rrule-go/pull/15

This package practically speaking is more concerned with parsing RRULES like other libraries do than specifically adhering to the RFC standard. If you are interested in a true RFC parser, this may not be the best way to go about it.