Issue 16: calevents array: can i get something out on a dayclick?
Status:  Done
Owner: ----
Closed:  May 2009
Reported by paul.wol...@gmail.com, May 19, 2009
When i do a custom function with an ajaxcall on the 'events' parameter,
like you show in the documentation 'Event Data provider', i get a result
from PHP. But can i keep this array and use it lateron for example on a
dayClick event to show the events of that day beneath the calendar? 
I tried to put in a var but it is undefined when i want to use it.


May 19, 2009
#1 paul.wol...@gmail.com
sorry, i just found out, problem solved
May 25, 2009
Project Member #2 adamrs...@gmail.com
Glad you got it to work.

I would personally do a custom event provider (where you specify a function), use the
$.getJSON jquery function, keep track of the result that comes back, then pass it off
to the callback. Basically just intercept the JSON.

In v1.2 this will be much easier... you'll be able to jquery FullCalendar for this
sort of info.
Status: Done