Apr 23rd — v7.0.0-rc.2
Version 7 will be released soon. Read the v7 docs
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.