Schedule schedule:pattern

This form of the pattern element defines the characteristics of a weekly recurring event.

This element belongs to the http://xmlns.escenic.com/2011/schedule namespace. The conventional prefix for this namespace is schedule.

Syntax
<schedule:pattern
    weekdays="text"
    start-time="text"
    end-time="text"
  />
Attributes
weekdays="text"

The weekdays on which the event occurs, specified in a comma-separated list. For example:

weekdays="monday,wednesday,friday"

The following English weekday names must be used:

monday
tuesday
wednesday
thursday
friday
saturday
sunday

Abbreviations are not allowed, and the interpreter is case-sensitive (upper case/mixed case values will not be accepted).

start-time="text"

The event start time, specified in ISO.8601 format - that is, hh:mm:ss.

end-time="text"

The event end time, specified in ISO.8601 format - that is, hh:mm:ss.