Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neverstew/rrulejs
Modern, developer-friendly RRULE
https://github.com/neverstew/rrulejs
Last synced: about 2 months ago
JSON representation
Modern, developer-friendly RRULE
- Host: GitHub
- URL: https://github.com/neverstew/rrulejs
- Owner: neverstew
- License: gpl-3.0
- Created: 2024-09-12T09:44:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T00:48:34.000Z (4 months ago)
- Last Synced: 2024-09-13T23:01:03.057Z (4 months ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rrulejs
This project aims to create a modern, flexible approach to the iCalendar Recurrence Specification detailed in [RFC2445](https://www.rfc-editor.org/rfc/rfc2445#section-4.8.5).
## Progress
* [x] 4.2 x-param
* [x] creating
* [x] parsing
* [x] 4.2.19 Time Zone Identifier
* [x] creating
* [x] parsing
* [x] 4.3.4 Date
* [x] creating
* [x] parsing
* [x] 4.3.5 Date time
* Design decision: no floating date times -- they only mess things up
* Design decision: no time zones -- always convert to UTC
* [x] creating
* [x] parsing
* [x] 4.8.5.1 Exdate
* [x] creating
* [x] parsing