Unplanned
Last Updated: 21 Sep 2022 07:10 by Pooja
Created by: Pooja
Comments: 0
Category: Scheduler
Type: Feature Request
1

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.

Unplanned
Last Updated: 21 Sep 2022 07:00 by Sean

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:

https://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler/methods/occurrencesinrange#occurrencesinrange

Thank you for your consideration.

Unplanned
Last Updated: 15 Sep 2022 13:15 by Nick

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.

Unplanned
Last Updated: 16 Aug 2022 17:02 by Sanjeev
Created by: Sanjeev
Comments: 0
Category: Scheduler
Type: Feature Request
2
Just like the day, month, timeline, etc, an option to show two months in the Scheduler would be nice.
Completed
Last Updated: 11 Aug 2022 08:12 by ADMIN
Created by: Toine
Comments: 2
Category: Scheduler
Type: Feature Request
0

I would be nice to highlight the currently selected event. As in the example below the selected event has a purple border

Unplanned
Last Updated: 26 Jul 2022 16:01 by Martin

Hi Team,

I'd like to request the functionality to allow the Kendo UI Scheduler to navigate the displayed item with swiping. 

Thank you!

Unplanned
Last Updated: 15 Jul 2022 09:39 by shahar

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.

Unplanned
Last Updated: 05 Jul 2022 15:13 by John
Created by: John
Comments: 0
Category: Scheduler
Type: Feature Request
6

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!

Completed
Last Updated: 03 Jun 2022 11:28 by ADMIN
Created by: Toine
Comments: 2
Category: Scheduler
Type: Feature Request
1
It would be very nice to have the option to make events show 100% of the available with instead of the open space at the right side. 
Unplanned
Last Updated: 27 May 2022 17:56 by Connor
Created by: Kendo UI
Comments: 1
Category: Scheduler
Type: Feature Request
8

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.

Unplanned
Last Updated: 18 May 2022 09:02 by Dawid
Created by: Sean
Comments: 2
Category: Scheduler
Type: Feature Request
12

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.

Completed
Last Updated: 11 May 2022 13:27 by ADMIN
Created by: Ivan
Comments: 3
Category: Scheduler
Type: Feature Request
2
Would like to have selection for event tiles for scheduler that is different from focused state, it should be preventable and set via API.
Unplanned
Last Updated: 26 Apr 2022 13:01 by Benedikt
Created by: Benedikt
Comments: 0
Category: Scheduler
Type: Feature Request
10

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

Unplanned
Last Updated: 25 Feb 2022 15:08 by Xiao
Created by: Xiao
Comments: 0
Category: Scheduler
Type: Feature Request
2

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

Unplanned
Last Updated: 22 Feb 2022 08:02 by Andrius
Created by: Andrius
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi,

Providing a footer template for the Scheduler component will be a valuable addition to customizing the component.

Thank you.

Unplanned
Last Updated: 05 Jan 2022 08:52 by ADMIN
Created by: Paul
Comments: 0
Category: Scheduler
Type: Feature Request
0
At present you can only drag events in increments of 30 minute. I would like to be able change this to 15 minutes or 5 minutes depending on need.
Unplanned
Last Updated: 28 Dec 2021 10:44 by ADMIN
Created by: Tobias
Comments: 3
Category: Scheduler
Type: Feature Request
6

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

Duplicated
Last Updated: 28 Dec 2021 10:22 by ADMIN
Created by: JMB
Comments: 5
Category: Scheduler
Type: Feature Request
2

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 ? 

Unplanned
Last Updated: 22 Dec 2021 06:38 by Varun
Created by: Lance
Comments: 1
Category: Scheduler
Type: Feature Request
3

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

Unplanned
Last Updated: 13 Dec 2021 13:37 by ADMIN
Created by: Kevin
Comments: 1
Category: Scheduler
Type: Feature Request
2

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.