Looking for help!
NAME
SemanticWeb::Schema::Schedule - A schedule defines a repeating time period used to describe a regularly occurring Event
VERSION
version v7.0.0
DESCRIPTION
A schedule defines a repeating time period used to describe a regularly occurring Event. At a minimum a schedule will specify repeatFrequency which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely. This includes identifying the day(s) of the week or month when the recurring event will take place, in addition to its start and end time. Schedules may also have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.
ATTRIBUTES
by_day
byDay
Defines the day(s) of the week on which a recurring Event takes place. May be specified using either DayOfWeek, or alternatively Text conforming to iCal's syntax for byDay recurrence rules
A by_day should be one of the following types:
_has_by_day
A predicate for the "by_day" attribute.
by_month
byMonth
Defines the month(s) of the year on which a recurring Event takes place. Specified as an Integer between 1-12. January is 1.
A by_month should be one of the following types:
_has_by_month
A predicate for the "by_month" attribute.
by_month_day
byMonthDay
Defines the day(s) of the month on which a recurring Event takes place. Specified as an Integer between 1-31.
A by_month_day should be one of the following types:
_has_by_month_day
A predicate for the "by_month_day" attribute.
duration
The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.
A duration should be one of the following types:
_has_duration
A predicate for the "duration" attribute.
end_date
endDate
The end date and time of the item (in ISO 8601 date format).
A end_date should be one of the following types:
Str
_has_end_date
A predicate for the "end_date" attribute.
except_date
exceptDate
Defines a Date or DateTime during which a scheduled Event will not take place. The property allows exceptions to a Schedule to be specified. If an exception is specified as a DateTime then only the event that would have started at that specific date and time should be excluded from the schedule. If an exception is specified as a Date then any event that is scheduled for that 24 hour period should be excluded from the schedule. This allows a whole day to be excluded from the schedule without having to itemise every scheduled event.
A except_date should be one of the following types:
Str
_has_except_date
A predicate for the "except_date" attribute.
repeat_count
repeatCount
Defines the number of times a recurring Event will take place
A repeat_count should be one of the following types:
_has_repeat_count
A predicate for the "repeat_count" attribute.
repeat_frequency
repeatFrequency
Defines the frequency at which Events will occur according to a schedule Schedule. The intervals between events should be defined as a Duration of time.
A repeat_frequency should be one of the following types:
_has_repeat_frequency
A predicate for the "repeat_frequency" attribute.
schedule_timezone
scheduleTimezone
Indicates the timezone for which the time(s) indicated in the Schedule are given. The value provided should be among those listed in the IANA Time Zone Database.
A schedule_timezone should be one of the following types:
Str
_has_schedule_timezone
A predicate for the "schedule_timezone" attribute.
start_date
startDate
The start date and time of the item (in ISO 8601 date format).
A start_date should be one of the following types:
Str
_has_start_date
A predicate for the "start_date" attribute.
SEE ALSO
SemanticWeb::Schema::Intangible
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2020 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)