-
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
Event::remove
Removes an event from the calendar.
event.remove()
You must call this on an Event Object that you received elsewhere in the API, such as getEventById.