Hi Team,
It will be a nice improvement if the slotFill supports the month view in the Scheduler as it currently only supports the day and week views.
Thank you for your consideration.
Hi,
It will be a nice addition to the Scheduler component if an occurrencesInRange method was provided for the developer to utilize in their applications. Similar to Kendo UI for jQuery:
Thank you for your consideration.
Hi,
It will be a good feature improvement of the Agenda view if an `no event template` is provided for developers to inform their users that for that specific date there aren't any events.
Additionally by default if there aren't any events in the Agenda view it would be nice if a "There isn't any event" message is displayed by default.
Thank you for your consideration.
I would be nice to highlight the currently selected event. As in the example below the selected event has a purple border
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,
It would be a good to have feature if the developers can set a specific timezone for the DatePicker and TimePicker inside the editing form of the Scheduler. As of now when "Today" or "Now" button are pressed it creates a new JavaScript Date object and doesn't allow to set a specific timezone.
Thank you for your consideration.
Hi Team,
I'd like to request the built-in functionality to configure the appearance of all views to display the times horizontally. I understand it is normally shown like this in the TimeLine View, but it would be nice to have this for other views too.
Thank you!
Hi Team,
It will be a good addition to the Scheduler if Recurrence Editor Template is added to allow the developers to customize the content inside the Recurrence Editor.
Currently the Scheduler does not provide an opportunity for splitting very large datasets into portions via paging or virtual scrolling. This leads to decreased performance when a very large amount of resources needs to be rendered in the same view.
Please introduce virtual scrolling and/or built-in paging capabilities to resolve the performance issues.
Add a template that would allow customizing the empty cells in the header section of the Scheduler component (e.h. in multi-day-view).
Related ticket: 1562343
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,
Providing a footer template for the Scheduler component will be a valuable addition to customizing the component.
Thank you.
Hello everyone,
are you planning on implementing the feature to select multiple events and drag them onto another date, like it is possible in jQuery?
http://demos.telerik.com/kendo-ui/scheduler/selection?_ga=2.126584516.852324468.1575276456-1228880553.1535611602
Or should I open a new Feature Request?
Best regards
Tobi
Hi,
We are currently migration from jquery scheduler to angular scheduler and we are missing few feature : event selection and range creation
https://demos.telerik.com/kendo-ui/scheduler/event-selection
Any plan for this features in angular scheduler ?
Hi,
Can we have search functionality for the Kendo Scheduler for Angular, similar to the functionality in the Microsoft Outlook and Google Calendars?
Thanks,
Lance
DragEventEnd.Resources contains the resources associated with the slot at the end of the drag.
It would be great if we could get the resources associated with the slot at start of the drag.
https://stackblitz.com/edit/angular-kvvttz?file=app/app.component.ts
For example in the given stackblitz, we want to drag from Alex to Charlie, and this would update the event attendees to Bob and Charlie.
We can only do this if we know what the resource we started with and the resource we ended at.