I’m having trouble loading more than one event using parse and JSON. The call below only loads the last event. Any ideas?
scheduler.parse([{id:“0C2D0CE1-14E8-4095-87B5-74EAE8245646”,start_date:“2013-11-06 08:00:00”,end_date:“2013-11-06 14:00:00”,text:“Flight Time”},
{id:“0C2D0CE1-14E8-4095-87B5-74EAE8245646”,start_date:“2013-11-13 01:00:00”,end_date:“2013-11-13 15:00:00”,text:"Flight Time], “json”);