Issue 245: Load Calendar Events From XML or SQL
Status:  Done
Owner: ----
Closed:  Dec 2009
Reported by Jason.T...@gmail.com, Dec 15, 2009
Hello,

I'm new to jquery. Your calendar is great. What I was wondering is there
away to load calendar events from XML or SQL? or am I stuck with hard
coding the events.

Thanks,
Jason
Dec 16, 2009
#1 renzo.la...@gmail.com
Hi Jason

This is possible. See the example in fullCalendar's download called json.html and
json-events.php. The PHP script generates an array of events (retrieved from SQL, XML
or anything else) and prints them out to fullCalendar with json_encode() (see
http://php.net/json_encode). Then you just define the path to this PHP script as it
is done in json.html - and fullCalender will do the rest.

Hope this helps
    Renzo
Dec 19, 2009
Project Member #2 adamrs...@gmail.com
thanks renzo
Status: Done
Feb 17, 2010
#3 s.v.mani...@gmail.com
Hi,
Is it possible to add events in fullCalendar through a java class? Can anyone help me
on this? 

--Mani
Jun 7, 2011
#4 niraliga...@gmail.com
Is it possible to do some extra thing before the full calendar gets rendered?