In the Agenda view of the Kendo Scheduler, multi-day events that are not marked as "All Day" are currently displayed with a time range of 12:00 AM - 12:00 AM for intermediate days. This is incorrect and should be updated to show "All Day" for these days.
Steps to Reproduce:
Create a multi-day event (e.g., September 1, 12:30 PM to September 5, 3:00 PM).
Ensure the event's 'isAllDay' property is set to 'false'.
View the event in the Agenda view.
Expected Behavior:
Start date (September 1) shows the start time (12:30 PM).
End date (September 5) shows the end time (3:00 PM).
Intermediate days (September 2 to 4) display "All Day" instead of 12:00 AM - 12:00 AM.
Actual Behavior: Intermediate days display 12:00 AM - 12:00 AM. They should display "All Day" to accurately represent the event spanning these days.
Example of current and desired rendering - https://stackblitz.com/edit/angular-lhne15?file=src%2Fapp%2Fapp.component.ts
Currently, it can be achieved with a template, but it will be nice if it's handled internally.
Hi,
Currently, when adding or editing an event, if the user chooses any start date, the end date field does not update, and the user needs to manually add the time. This is acceptable, but in some cases, automatically adding 30 minutes or 1 hour to the start date and time would be a useful feature.
Similar to Microsoft Teams Meeting editor. Recording provided.
Hi,
Providing a footer template for the Scheduler component will be a valuable addition to customizing the component.
Thank you.
Hi,
Please provide a function that allows getting the next occurrence of a recurring event similar to the following functionality in Kendo UI for jQuery
https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/various/get-next-occurrence
thanks
Hi Team,
I'd like to request the functionality to allow the Kendo UI Scheduler to navigate the displayed item with swiping.
Thank you!
Hi,
Currently, the MonthDaySlotTemplateDirective renders on top of the events inside the month slot. Adding the ability to customize the position or have predefined(top, bottom, left, or right) ones would provide the developer with some additional customization options.
Thank you for your consideration.
Hi,
It will be a good addition to the component if separate events are fired when the user makes choice inside the `Edit Recurring Item` dialog.
That will help developers to execute additional logic upon user interaction.
Thank you for your consideration.
Hello Kendo Team,
It would be great if we could have some differentiation when the user closes the delete dialog for kendo scheduler, that way we could take actions accordingly.
Scenarios
1. By clicking on close icon on top right corner.
2. By clicking on clicking on cancel button.
3. By clicking on backdrop.
Hi Team,
I am looking for the ability to know from which resource (row) the [RemoveEvent](https://www.telerik.com/kendo-angular-ui/components/scheduler/api/RemoveEvent) is originated when a single event is shared by many resources.
Thanks
Alrick
Hi, Team!
I would like to be able to set specific events in Scheduler to a fixed time zone rather than setting the whole component to a specific time zone.
Please provide a TimeLineMultiWeekView. It should allow the TimeLine view to display a start date from one month up to an end date in the following month. It should be similar to the available MultiWeekView.
thank you
Hi,
This will allow the developer to update the view of the Scheduler component without reloading the data.
Provide a built-in property for customizing the Repeat On DropDownList options:
Please provide a frozen/sticky column headers functionality for the Scheduler.
thanks
Hi,
Please provide a way to reuse the default event edit form. That will be beneficial whenever the default edit form should be updated to include a few more fields.
thank you
Please provide a callback that is executed for each event part and returns a class. That feature would allow to assign a separate class for each event part and consequently the event parts would be able to be styled differently. For example an event in the month view that spans across two weeks would be able to be styled per each line: