I tried to implement slotDuration in Scheduler but that"s not working ?
I want only showing event, with X minutes duration in scheduler
Could you help me
Thanks
1 Answer, 1 is accepted
0
Yanmario
Telerik team
answered on 08 Sep 2021, 08:33 AM
Hi Ixen,
Thank you for the provided local project.
The Scheduler slotDuration purpose is to change the duration of the displayed time slots and it's working as expected in the provided project.
To show events depending on the selected duration, the developer needs to filter the events provided to the scheduler based on custom business logic. Then the filtered events array can be provided back to the Scheduler to be displayed. I recommend calculating the difference between the start and end time and filtering the evens based on the selected minutes.
I hope this helps and steers you in the right direction.