I succeeded to find somes functions about the differents actions possibles but I still need the others functions :
Actually i have theses functions that i pass directly as the props on the Scheduler React Component :
onBeforeEventSave onAfterEventDrop onBeforePaste onEventResizeEnd
I need the others functions like when the event can move to the right or to the left with the edit menu, or when the event is divided and the most important i need to have the function when the event is deleted ....
Other thing, i could to know how make somes dates for a particular user disabled with a custom field (day off ...)
Thank you
If someone could help me ...
I think you can create your own classes based on the component class implementation and create or custom function and pass the event to them.
`import { DragHelper } from'https://www.bryntum.com/examples/build/scheduler.module.js?449865';
class Drag extends DragHelper {} `
And then you can create your custom functions