I see that react-big-calendar recently added resizable events which I am trying to get working. Here is the code to their drag and drop example:
http://intljusticemission.github.io/react-big-calendar/examples/index.html#dnd
click the Drag and Drop button => View example source code.
You can see in render the resizable prop and the onEventResize function. However, I do not see any resize in the example, how do you get resizable events to work.
I know this was a very recent release and that may be why the example is not updated. Thanks.