My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1253: setting a root and a callback in addEventSource
1 person starred this issue and may be notified of changes. Back to list
Status:  WontFix
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
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
Sign in to add a comment

Powered by Google Project Hosting