Version 7 was just released! The docs will be moved here soon. Visit the external v7 docs site
edit doc

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.