I want my scheduler (in week mode) to have as many rows as there are users (Y-axis) and then each day of the week would form a cell for each user where the events would be shown. Currently, I'm struggling to understand how to change all day and hours to just a day containing all events regardless of the hours.
I've attached a picture for a better understanding of my goal
I've attached a picture for a better understanding of my goal
Looking at the image - the scenario seems more suitable for a TimeLine view of KendoReact Schedulerin vertical grouping mode that could be configured to show 14 days and each day to have 24 hours (3600 minutes) duration. Here is a simple example that I tried at my side - https://stackblitz.com/edit/react-ynhtcg-getkvv?file=app%2Fmain.jsx
Hope this will be helpful.