Issue 131: Example of updateEvent
Status:  Done
Owner: ----
Closed:  Oct 2009
Reported by jank...@gmail.com, Oct 16, 2009
Hi,

Can you give an example of how you would use updateEvent?  I am loading
events via a ColdFusion page:

events: "json-events.cfm?param1=mydate"

I need to refresh the events on the calendar after I change the variable
myDate.

Thanks!
Oct 31, 2009
Project Member #1 adamrs...@gmail.com
it sounds like you should maybe use the gotoDate method
(http://arshaw.com/fullcalendar/docs/methods.php)

also, if you need the GET param to be called 'param1', change the startParam/endParam 
options (http://arshaw.com/fullcalendar/docs/events-and-sources.php). if this is not 
flexible enough for you, you can use a 'function' event source (described on the same 
page).

that's what i would do
Status: Done
May 10, 2010
#2 alberto%...@gtempaccount.com
Hey janku4u, I am working in CF also.  Would you have an example of what the json-
events.cfm file would look like?  I am just stating to play with it and am not 
making much progress.  Thanks in advance.