can somebody tell me how to populate "jquery fullcalendar" events using ajax.
There is no setter method provided in fullcalendar to set ajax response (which is Json object) after calendar object loads. Is there any way to feed data after calendar object loads?
In my case very first time I provide data in fullcalendar "event:" property and it is working fine. But when I press next or previous to switch one month to another, I'm unable to feed data into that.
Thnx in advance