Skip to content

Commit 9490dbd

Browse files
committed
Add RRULE info
1 parent 2457df5 commit 9490dbd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,12 @@ Help or visit RITlug at ImagineRIT!
252252
Stay tuned for more info closer to the event.
253253
```
254254

255-
Placeholders can also take an `rrule` frontmatter for recurring events, written to the iCal spec.
255+
Placeholders can also take an `rrule` frontmatter for recurring events, written [to the iCal spec](https://icalendar.org/iCalendar-RFC-5545/3-3-10-recurrence-rule.html).
256+
257+
Of particular note,
258+
> The UNTIL rule part defines a DATE or DATE-TIME value that bounds the recurrence rule in an inclusive manner.
259+
> If the value specified by UNTIL is synchronized with the specified recurrence, this DATE or DATE-TIME becomes the last instance of the recurrence.
260+
> The value of the UNTIL rule part MUST have the same value type as the "DTSTART" property.
256261
257262
For example:
258263
```

0 commit comments

Comments
 (0)