Find the correct Event method - drag

Hi All

Users can create event using click and drag (for instance from 9:00 to 12:00)

How can I catch this ‘click and drag’ event ?
I need the start and the end date of this event to split it

I tested onBefore / onAfter /
I thunk about OnBeforeEventCreate but the event is ‘native event’ so I can’t get start and end date

thanks

gregoire

Hi,
Please try onEventCreated.
To get dates of event object, use “scheduler.getEvent(id)”.