FullCalendar: how to display events in fullcalendar through ajax response
问题 I am working in full calendar. Now i need to show up all the events from the database through the ajax call. Till now , i have taken the events from database through json. My json output is as follows after the var_dump: array (size=3) 0 => array (size=7) 'title' => string 'hi' (length=2) 'id' => int 1 'start' => string '2016-05-30 00:00:00.000' (length=23) 'rendering' => string 'background' (length=10) 'backgroundColor' => string '#ff9999' (length=7) 'className' => string 'event-full'