Paste an RRULE and set the start time to inspect its normalized fields and occurrences. The preview supports common fields and does not create calendar events.
Runs locally in your browserThis tool previews dates only. It does not create, send or subscribe to calendar events.
Paste an RRULE line and pick a start time; the page prints the normalized rule and the next occurrences as the browser’s local clock would show them. Only dates are produced — no feed, no .ics download and no calendar event.
The preview understands the common RFC 5545 fields, including BYDAY with an ordinal (2MO, -1FR) and negative BYMONTHDAY values. Everything is computed in this browser: the rule never leaves the page.
FREQ accepts DAILY, WEEKLY, MONTHLY or YEARLY, with INTERVAL as a positive whole number. COUNT caps the rule at a number of occurrences and UNTIL ends it at a moment in time; RFC 5545 forbids using both in the same rule, and the preview reports that combination instead of guessing.
BYDAY takes one or more weekdays, optionally with an ordinal: 2MO is the second Monday of the month and -1FR the last Friday; ordinals apply with MONTHLY, or with YEARLY when BYMONTH is present. BYMONTHDAY accepts 1–31 and negative values (‑1 is the last day of the month); BYMONTH accepts 1–12.
Occurrences are calculated in the browser’s local time zone, which is also the one the date list shows. An UNTIL value ending in Z is compared in UTC; an UNTIL with a date only covers that whole local day.
The search window is 20,000 days (about 54 years). When a rule yields fewer dates than requested because that window ended, the page says so instead of stopping silently.
Sub-daily rules are out of scope: FREQ=HOURLY, MINUTELY and SECONDLY are rejected because the preview works in calendar days. Fields such as WKST, BYHOUR, BYSETPOS or EXDATE are not applied; they are listed as unused so the rule is not silently reinterpreted.
The tool creates, sends and subscribes no calendar events, and it does not write .ics files. Nothing is uploaded: every calculation happens in the page.