Schedule schedule:monthly

This form of the monthly element defines the schedule of an event that recurs at monthly intervals. The event may occur only once each month.

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

Syntax
<schedule:monthly
    start-time="text"
    end-time="text"
    ( date="positiveInteger" | week-of-month="positiveInteger" day="text" )
  />
Attributes
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.

date="positiveInteger"

The day of the month on which the event occurs, specified as an integer between 1 and 31.

week-of-month="positiveInteger"

The week of the month in which the event occurs, specified as an integer between 1 and 5.

day="text"

The day of the week on which the event occurs.

One of 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).