schedule:schedule

Represents a schedule. A schedule is a set of elements that represents a series of one or more dates or date/time instances. A schedule is intended to enable the definition of times for both single and recurring events in a standardized and straightforward manner. It can be used to define meeting schedules, opening hours and so on It allows for a range of different recurrence intervals, the definition of exceptions ("closed on Mondays") and so on.

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

Syntax
<schedule:schedule
    time-zone="text"
  >
  (<schedule:occurrence/>|<schedule:recurrence>...</schedule:recurrence>)+
</schedule:schedule>
Attributes
time-zone="text"

The primary time zone of this schedule. It specifies the time zone in which the event defined by the schedule occurs. The time zone must be specified using a standard TZ time zone database name such as Europe/Oslo. You can find a complete list of all valid TZ time zone names at http://en.wikipedia.org/wiki/List_of_tz_database_time_zones.