Skip to content

A Go implementation of RFC 5545 recurrences and rrules.

License

Notifications You must be signed in to change notification settings

matthewmueller/rrule

 
 

Repository files navigation

RRule

GoDoc

Package RRule implements recurrence processing according to RFC 5545. See the godoc for usage information.

This implementation was written to overcome performance issues in previous implementations. Those previous ones were generally implemented as direct translations of the venerable python-dateutil, however the algorithms were complicated and probably didn't use Go's language features effectively enough for performance optimization. The observed problem was particularly acute under GopherJS.

The library here is essentially complete. A fair number of various patterns are tested, particularly simple ones. The library has not seen, at the time of this writing, any production usage, however. Issue reports with implementation accuracy or performance problems are particularly welcome.

Licensed under BSD-3. See the LICENSE file.

About

A Go implementation of RFC 5545 recurrences and rrules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Shell 0.2%