-
Event Data Parsing
-
Methods
- Calendar::getEvents
- Calendar::getEventById
- Calendar::addEvent
- Event::setProp
- Event::setExtendedProp
- Event::setStart
- Event::setEnd
- Event::setDates
- Event::setAllDay
- Event::moveStart
- Event::moveEnd
- Event::moveDates
- Event::formatRange
- Event::remove
- Event::getResources
- Event::setResources
- Event::toPlainObject
-
Callbacks
-
See Also
These docs are for an old release.
Info on upgrading to v6
Calendar::getEventById
Returns a single event with the matching id
.
calendar.getEventById( id )
id
must be a string or a number
Will return an Event Object if found, and null
otherwise.