I\'ve the following code to fetch events:
$(\'#calendar\').fullCalendar({ theme: true, slotMinutes: 10, header: { left: \'prev,next today\', center: \'title\', right:
Also make sure that event length must be enough that it can be displayed in slotDuration. e.g. my slotDuration is 15 minutes, my event only displayed if it has minimum 2 minutes duration.