Issue 1253: setting a root and a callback in addEventSource
Status:  WontFix
Owner: ----
Closed:  Aug 2013
Reported by paul.wol...@gmail.com, Jan 22, 2012
It would be nice if i could set a root so i can tell fullcalendar to look in another part of the JSON return.

And if there was a callback in which i could access other data that i returned in the JSON return.

example php:
echo json_encode(array('items'=>$events, 'current_calendar'=>$arr_cal));exit;



Aug 14, 2013
Project Member #1 adamrs...@gmail.com
for this special-case logic, i'd rather a complete events *function* be used:
http://arshaw.com/fullcalendar/docs/event_data/events_function/
and you make your own ajax json request and handling,
rather than building this into the core of fullcalendar.
Status: WontFix