| Issue 1252: | Pass extra params with ajax call and return events without reinitiating calendar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Is there a way to pass parameters? So we can get specific items back?
ok, i found a way: first remove them and then add them.
$('#calendar').fullCalendar('removeEvents');
$('#calendar').fullCalendar( 'addEventSource', "command/cal_events.php?action=get&cal_id=" + cal_id );
Would be nice if there was a function that did this all together.
eventsources and events does it all together, but then the whole calendar initiates again, i don't want that
In another comment from 2009 the answer: 'use refetchEvents' ...
But then i can't pass more parameters ...
Aug 14, 2013
Project Member
#1
adamrs...@gmail.com
Status:
WontFix
Aug 14, 2013
Adam, great you are back on the calendar! You can remove this issue, when i wrote this question i just started with fullcalendar and didnot know how everything worked.. |
|
| ► Sign in to add a comment |