Back to Fullcalendar

Calendar::getEventById

_docs-v5/event-model/Calendar-getEventById.md

latest228 B
Original Source

Returns a single event with the matching id.

<div class='spec' markdown='1'> calendar.getEventById( *id* ) </div>

id must be a string or a number

Will return an Event Object if found, and null otherwise.