Our pure JavaScript Scheduler component


Post by alexc-inforit »

Hello,

I want to split an event when it's created. For example, When a user tries to create an event of 3 days length, 3 events of one-day length to be created instead.

Could you give me some suggestions on how to achieve this?


Post by mats »

We added a simple way of splitting an event in the tooltip here, should help you get started. https://bryntum.com/examples/scheduler/tooltips/

eventRecord.split();

Docs: https://bryntum.com/docs/scheduler/#Scheduler/model/TimeSpan#function-split


Post Reply