Library: recurring.js
Overview
No overview provided.
Constructors
Timegrid.RecurringEventSource()
A type of EventSource that allows the creation and display of recurring events that are not tied to a specific date, e.g. 8am on MWF.
Functions
Timegrid.RecurringEventSource.setEventPrototypes(a)
Sets this source's event prototypes to the given prototypes
parameters
a
Timegrid.RecurringEventSource.addEventPrototype(eventPrototype)
Adds the given event prototype to this event source
parameters
eventPrototype
Timegrid.RecurringEventSource.addAllEventPrototypes(a)
Adds all of the event prototypes from the given array
parameters
a
Timegrid.RecurringEventSource.removeEventPrototype(eventPrototype)
Removes the given event prototype from this source's prototypes
parameters
eventPrototype
Timegrid.RecurringEventSource.clearEventPrototypes()
Removes all of the event prototypes from this source
Timegrid.RecurringEventSource.generateEvents(startDate, endDate)
Generates events from event prototypes
parameters
startDate
endDate
Objects
Timegrid.RecurringEventSource
Generated by JsDoc Toolkit on Mon, 20 Aug 2007 18:41:57 GMT