rrule.js demo
This is a demo and test app for rrule.js, a JavaScript library
for working with recurrence rules for calendar dates.
rule = |
|
|---|---|
rule.origOptions |
|
rule.toString() |
|
rule.toText() |
|
rule.all() |
|
RRULE string
Enter an RRULE as per iCalendar RFC.
Examples:
FREQ=WEEKLY;BYDAY=MO,WEFREQ=MONTHLY;BYMONTHDAY=10,15;COUNT=20FREQ=DAILY;INTERVAL=3;COUNT=10FREQ=MONTHLY;BYDAY=-2FR;COUNT=7
Examples:
Every weekdayEvery 2 weeks on TuesdayEvery week on Monday, WednesdayEvery month on the 2nd last Friday for 7 timesEvery 6 months