Issue 487: toggle editable, callback function
Status:  Done
Owner: ----
Closed:  Jul 2010
Reported by jdwi...@gmail.com, May 16, 2010
Hi a, great project. I suggest a new feature, a function, a switch in
editable mode or stick mode. Now i made it my own but it's not so nice. I
do a new set up for the calendar if you hit te edit mode (bewerken).

see (bewerken) in : http://system.klikschema.nl/calendar_demo.php

Other thing is the datapicker(ui) i use, it was really hard to find a
solution to set the picker after a callback from the json event.I'll used
the jquery .ajaxComplete(function(e, xhr, settings) to make this work.  Can
make a trigger function(events,view) that give me the possiblity to set the
datapicker after a callback
 
Jul 5, 2010
Project Member #1 adamrs...@gmail.com
hi jdwisse. i am having trouble understanding your request. would you like to change the "editable" option after the calendar has been initialized? if so, this is the issue for you: https://code.google.com/p/fullcalendar/issues/detail?id=293

for the datepicker, i'm not sure i understand your request, but here is a nice little tutorial on how to couple the two: http://weblogs.asp.net/gunnarpeipman/archive/2010/02/02/linking-jqueryui-datepicker-and-fullcalendar.aspx
Status: Done
Jul 6, 2010
#2 jdwi...@gmail.com
Hi Arshaw, indeed the "editable" is like  issue 293 , sorry for that.

The oncomplet callback from a json fetch that is what a need.

If fullcalendar has any adjustments i want to update my datapicker. see the link above(it's working again).

If you drag a event the datacolor(blue) in the picker for that event.start date will change

So, when the fullcalendar fetch the events i need a callback function that tells me there are some changes.

I can retrieve the event by  $('#calendar').fullCalendar('clientEvents');

nice in this way is a callback(events, view)

I'll hope you understand me better now?