I have a feature request for fullCalendar:
At the moment you can set "editable" on a per-event basis, making some events editable and others not.
We can also use the global editable parameter and the two options: disableDragging and disableResizing. However, these are only available for ALL events.
I populate my fullcalendar with different types of events, most should be draggable/resizable but others only have a starttime (no endtime) and should thus only be draggable, not resizable.
Is this something that's possible?
Mergedinto: 174