byday

The BYDAY rule part specifies a space separated list of days of the week

Attribute Information

Used By

Attribute Group recurrenceRuleAttributes

Source

<xs:attribute name="byday" use="optional">
  <xs:annotation>
    <xs:documentation>The BYDAY rule part specifies a space separated list of days of the week</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByDayListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample