https://github.com/benknoble/rrule
iCal recurrence rule implementation for Racket
https://github.com/benknoble/rrule
icalendar-rfc racket rrule
Last synced: about 2 months ago
JSON representation
iCal recurrence rule implementation for Racket
- Host: GitHub
- URL: https://github.com/benknoble/rrule
- Owner: benknoble
- License: bsd-3-clause
- Created: 2025-01-16T00:13:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T13:30:13.000Z (3 months ago)
- Last Synced: 2025-02-05T03:41:11.618Z (3 months ago)
- Topics: icalendar-rfc, racket, rrule
- Language: Racket
- Homepage: https://benknoble.github.io/rrule
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).