Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benknoble/rrule
- Owner: benknoble
- License: bsd-3-clause
- Created: 2025-01-16T00:13:17.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2025-01-16T02:36:53.000Z (19 days ago)
- Last Synced: 2025-01-16T03:29:36.484Z (19 days ago)
- Topics: icalendar-rfc, racket, rrule
- Language: Racket
- Homepage: https://benknoble.github.io/rrule
- Size: 379 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).