Hi there,
Currently the scheduler lacks built in capabilities to handle holidays or, disabling arbitrary days.
The idea is to provide an array of holidays (date and title for example) and have the scheduler automatically disable this dates and properly highlight them in all views so the user is aware he/she can't create events in those.
Please provide a frozen/sticky column headers functionality for the Scheduler.
thanks
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
Provide the ability to drag and drop items from Grid to Scheduler:
Regards
If we have more all-day events, the entire screen takes up the space for that, and reaching to scheduler table is not a good experience and sometimes we can't even scroll up to that block.
https://stackblitz.com/edit/angular-txfrl5
Improvements are needed for the Scheduler view slots as well, for example, if a month view slot has many events:
https://stackblitz.com/edit/angular-bfsecq
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,
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.
Hi Team,
Currently, the Month view renders all the events even the non-visible ones which cause performance issues when using the event template. It will be a good improvement if only the visible events render and when the user clicks the `loadMore` button, to load the ones for the specific day. This should improve the overall performance of the component.
Thank you for your consideration.
Hi,
A template for the load more button will allow flexibility to display more information about the events or other content. The template should also provide the events for the specific date which will help in scenarios where the button should show how many events are hidden.
Example use case:
transpose scheduler view by top time and left day view is it possible to achive in kendo ui angular
is there a way for undo or redo for scheduler event else how we can achieve those feature in kendo ui Angular
Is it possible to create customized Angular Scheduler Event Forms?
I looked at the example from your documentation and I don't see a way to add additional form controls?
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:
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 ?
Provide a built-in property for customizing the Repeat On DropDownList options:
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.