Our pure JavaScript Scheduler component


Post by blz »

I am using Bryntum SchedulerPro with TypeScript/React.

I understand that you can set an event to be at least 20 minutes long by configuring the viewPreset with a timeResolution using unit: 'min' and increment: 20. Is there a corresponding way to set a maximum duration for an event, e.g., 60 minutes?


Post by mats »

Not by configuration I'm afraid, we do have a FR open for this: https://github.com/bryntum/support/issues/10217

You can implement it by adding validation hooks to DragCreate, Resize features + EventEditor fields. Should be very straightforward, I bet GPT or Cursor can write this for you in 5s :)


Post Reply