Issue 902: Where is isEventEditable parameter?
Status:  Done
Owner: ----
Closed:  May 2011
Reported by djordjev...@gmail.com, Apr 12, 2011
I can see this line in code

t.isEventDraggable = isEventDraggable;
t.isEventResizable = isEventResizable;

but where is isEventEditable?

Could this be the cause of my problems with this problem I'm having
http://stackoverflow.com/questions/5623523/fullcalendar-editable-property-not-working
Apr 12, 2011
#1 djordjev...@gmail.com
I changed my url to json feed and now it works, but definitely there is a bug with this approach to populate object via xml response!
May 8, 2011
Project Member #2 adamrs...@gmail.com
those are internal methods that you shouldnt be concerned with. i believe your problem has to so with string vs boolean value
Status: Done