Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benknoble/rrule

iCal recurrence rule implementation for Racket
https://github.com/benknoble/rrule

icalendar-rfc racket rrule

Last synced: 12 days ago
JSON representation

iCal recurrence rule implementation for Racket

Awesome Lists containing this project

README

        

# rrule implementation for Racket

Loosely based on [Python's dateutil
package](https://dateutil.readthedocs.io/en/stable/rrule.html) (see also
[source](https://github.com/dateutil/dateutil/)), hence the [BSD-3
License](LICENSE).

Aims to implement all relevant feature of [RFC5545 §
3.3.10](https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10).