Issue 518: Passing parameter more than Starttime & Endtime
Status:  Done
Owner: ----
Closed:  Jun 2010
Reported by a.cli...@gmail.com, Jun 13, 2010
I got a calendar having 2 select boxes showing doctor list & clinic list, namely doctorcode1, cliniccode1... I fetch the events by JSON via PHP like this 

events: 'appoint.php?action=listCalendar&doctor='+$('#doctorcode1').val()+'&clinic='+$('#cliniccode1').val(),

however, the firebug showing the parameters as initial values, not the values changed from select boxes...
Jun 13, 2010
#1 a.cli...@gmail.com
I also use the following:-

$('#calendar').fullCalendar( 'refetchEvents' );

it seems that the added parameters were not read, & still send the same parameters as initial
Jun 14, 2010
#2 a.cli...@gmail.com
I solve the issue by using $.ajax on event fetching...
Jun 15, 2010
Project Member #3 adamrs...@gmail.com
glad you got it to work
Status: Done