FullCalendar
These docs are a work in progress. Learn about v7 updates
Latest:  v7.0.0-beta.7
Event Dragging & Resizing
    • External Event Dragging
    • Dragging Between Calendars
    • Third-Party Dragging Libraries
  • Flags

    • editable
    • eventStartEditable
    • eventResizableFromStart
    • eventDurationEditable
    • eventResourceEditable
    • droppable
  • Effects

    • eventDragMinDistance
    • dragRevertDuration
    • dragScroll
    • snapDuration
    • allDayMaintainDuration
  • Control

    • eventOverlap
    • eventConstraint
    • eventAllow
    • dropAccept
  • Callbacks

    • eventDragStart
    • eventDragStop
    • eventDrop
    • drop
    • eventReceive
    • eventLeave
    • eventResizeStart
    • eventResizeStop
    • eventResize
  • See Also

    • validRange
    • Touch Support
edit doc

eventDurationEditable

Allow events’ durations to be editable through resizing.

Boolean, default: true

You must enable the interaction plugin before using this setting.

See code samples on the `editable` article

This option can be overridden on a per-source basis with the durationEditable Event Source Object option or on a per-event basis with the durationEditable Event Object option.