You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,12 @@ Help or visit RITlug at ImagineRIT!
252
252
Stay tuned for more info closer to the event.
253
253
```
254
254
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.
0 commit comments