rrule
https://github.com/jkbrzt/rrule
TypeScript
JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported1 Subscribers
Add a CodeTriage badge to rrule
Help out
- Issues
- datetime is undefined and not exported from the rrule module
- When npm install rrule (version 2.7.1) the datetime.js folder is not able to be imported. Looking into node_modules/rrule/dist/esm/index.d.ts the last named export is { RRuleStrOptions } from './rrulestr'; folder. In the index.ts folder in src on github the last export is export { datetime } from './dateutil'. Can you update the necessary files to allow the importing of datetime?
- Switch from faux-ESM to real ESM exports
- toText - missing "on" when describing FREQ=YEARLY with BYMONTH
- Removing an exdate
- toText() doesn't describe rrule with unimplemented features as approximate
- Weird rule text when select the whole week and set the interval
- Wrong rule text when repeat by month and bysetpos is larger than 1
- Trying to generate quarterly dates returns weekly, but every three months when day specified
- Rule.all() is returning empty array.
- Docs
- TypeScript not yet supported