This is regarding jquery FullCalendar.
I want to access an event object loaded into the calendar by its id. So someone clicks, I trap it and get the id of an event within the calendar and I wish to load get that particular eventObject.
I think this should be simple, but I can't find a way to do it.