schedule:range

A range element defines the period during which a recurring event is to recur.

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

Syntax
<schedule:range
    start-date="text"
    end-date="text"
  />
Attributes
start-date="text"

The date on which the period defined by this range element begins. The date must be specified in ISO-8601 format - that is, YYYY-MM-DD.

end-date="text"

The date on which the period defined by this range element ends. The date specified here is included in the period. The date must be specified in ISO-8601 format - that is, YYYY-MM-DD.