I\'ve the following code to fetch events:
$(\'#calendar\').fullCalendar({ theme: true, slotMinutes: 10, header: { left: \'prev,next today\', center: \'title\', right:
Make sure that you DO NOT have any class on table that has overflow set to hidden. I made this mistake and wasted time on it.
table td { overflow: hidden; //Remove this to fix the issue. }