Looking for help!
NAME
SemanticWeb::Schema::Schedule - A schedule defines a repeating time period used to describe a regularly occurring <a class="localLink" href="http://schema
VERSION
version v4.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
A by_day should be one of the following types:
by_month
byMonth
A by_month should be one of the following types:
by_month_day
byMonthDay
A by_month_day should be one of the following types:
event_schedule
eventSchedule
A event_schedule should be one of the following types:
except_date
exceptDate
A except_date should be one of the following types:
Str
repeat_count
repeatCount
A repeat_count should be one of the following types:
repeat_frequency
repeatFrequency
A repeat_frequency should be one of the following types:
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-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)