Apr 23rd — v7.0.0-rc.2
Version 7 will be released soon. Read the v7 docs
edit doc

eventResizeStart

Triggered when event resizing begins.

function( info ) { }

info is a plain object with the following properties:

event

An Event Object that holds information about the event (date, title, etc) after the drop.

jsEvent

The native JavaScript event with low-level information such as click coordinates.

view

The current View Object.