editable

Determines whether the events on the calendar can be modified.

This determines if the events can be dragged and resized. Enables/disables both at the same time. If you don't want both, use editable in conjunction with disableDragging and disableResizing.

disableDragging

Disables all event dragging, even when events are editable.

disableResizing

Disables all event resizing, even when events are editable.

dragRevertDuration

Time it takes for an event to revert to its original position after an unsuccessful drag.

Time is in milliseconds (1 second = 1000 milliseconds).

dragOpacity

The opacity of an event while it is being dragged.

array(
// for agendaWeek and agendaDay
"agenda"=> 0.5,

// for all other views
=> 1.0
)
Float values range from 0.0 to 1.0.

Specify a single number to affect all views, or a View Option Hash to target specific views (which is what the default does).