Skip to content

Commit d5164bb

Browse files
committed
Broaden byDay, clarify conformance. Closes #162
1 parent 2d5e8fc commit d5164bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

EditorsDraft/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,8 +1990,9 @@
19901990
<tr>
19911991
<td>[`schema:byDay`](https://pending.schema.org/byDay)</td>
19921992
<td><em class="rfc2119">OPTIONAL</em></td>
1993-
<td>Array of [`schema:DayOfWeek`](https://schema.org/DayOfWeek)</td>
1994-
<td>Lists the day(s) of the week during which the Events will take place.</td>
1993+
<td>Array of [`schema:DayOfWeek`](https://schema.org/DayOfWeek) or Array of String</td>
1994+
<td>Lists the day(s) of the week during which the Events will take place. When using
1995+
string values, this <em class="rfc2119">MUST</em> conform to <a href="https://icalendar.org/iCalendar-RFC-5545/3-3-10-recurrence-rule.html">iCal BYDAY rule</a>.</td>
19951996
</tr>
19961997
<tr>
19971998
<td>[`schema:byMonth`](https://pending.schema.org/byMonth)</td>

0 commit comments

Comments
 (0)