I am trying to get Fullcalendar working with twitter boostrap popovers. if I click an event, i want to show some details in the popover. So first added this lil snippet
Append the popover to the calendar container to scroll the popover with the calendar.
$(jsEvent.target).popover({ html: true, container:'#calendar', placement: 'right' });