Unplanned
Last Updated: 31 Jul 2019 17:35 by ADMIN
Created by: Max
Comments: 0
Category: Scheduler
Type: Feature Request
46
In horizontal configuration, with resources displayed down the left side of the control, a large number of resources will cause the control to stop functioning.  In some cases, like ours, we do not have the option to filter the resources by those that have scheduled events, and so infinite scrolling is necessary for the number of resources we need to support. For reference, see the forum post about this here: http://www.telerik.com/forums/virtual-scrolling-for-scheduler-with-many-resources
Unplanned
Last Updated: 26 Jan 2023 15:18 by FIMS Computing Services FIMS - UWO
Created by: Michael
Comments: 6
Category: Scheduler
Type: Feature Request
33
We have a need to be able to provide a dropdown above the scheduler, in order to allow the end user to change the time zone of the scheduler dynamically, even after it has been initialized.  Our team was disappointed that this is currently not possible (http://www.telerik.com/forums/timezone-dropdown), but maybe in the future.  Thanks for reading.
Unplanned
Last Updated: 17 Jun 2021 11:39 by ADMIN
Created by: Imported User
Comments: 5
Category: Scheduler
Type: Feature Request
22
See http://alloyui.com/examples/scheduler/. This is very intuitive and kendoui fails here a bit. Even show the time in the event dynamically
Unplanned
Last Updated: 01 Jul 2021 11:22 by ADMIN
Now sorting array is hardcoded (for example in kendo.scheduler.timelineview.js) in render method:

[
    {
        field: 'start',
        dir: 'asc'
    },
    {
        field: 'end',
        dir: 'desc'
    }
]

it will be very good if you will implement this sorting inside scheduler cell (data/group field) as parameter.
Unplanned
Last Updated: 01 Jul 2021 11:39 by ADMIN
Currently, if you create a recurring event, then edit a single occurrence (make an exception), and then later edit the series, the exception will be lost.

Let's say you've booked a room from 10 - 12 every Tuesday for the next year, then edit a single occurrence maybe two months ahead, and then later need to perhaps correct a spelling error in  the series title. The edit you made to the single occurrence would then be lost, and that's not so easily spotted...

I would suggest letting the user decide whether or not to delete exceptions from the series when the series is edited.
Unplanned
Last Updated: 01 Jul 2021 11:56 by ADMIN
Created by: Carlos
Comments: 4
Category: Scheduler
Type: Feature Request
14
Currently we can edit recurrences for intervals equal or greater than a day but we can't create or edit an hourly recurrence. 

For example: I want to create a 30 min long event which gets repeated from 8:00 AM to 12:00 AM, every working day.
Unplanned
Last Updated: 19 Jul 2023 15:28 by Frieder
Created by: Marco
Comments: 3
Category: Scheduler
Type: Feature Request
11

Currently vertical virtualization is available which improves the Day, Week and Month views. 

Such DOM virtualization would be good for the timeline views (where horizontal scrolling is utilized) as well. 

Unplanned
Last Updated: 19 Mar 2020 08:21 by ADMIN
Created by: Dan
Comments: 2
Category: Scheduler
Type: Feature Request
11
When adding appointment, give an option to add reminder and the time before appointment.
The scheduler will popup reminders on time.
Unplanned
Last Updated: 26 Aug 2021 10:38 by ADMIN
When there are more events than can be shown for a day (in the month view) on the Kendo UI Scheduler; clicking the expand button switches to 'Day View'. It would be useful to have an option to just expand the height of the day instead. This would match the behavior in the SilverLight version of the scheduler.
Unplanned
Last Updated: 15 Jul 2021 10:43 by ADMIN
Created by: Imported User
Comments: 0
Category: Scheduler
Type: Feature Request
10
Being able to highlight a specific date in the Scheduler (not necessarily today) that will be visible regardless of the view the user is using.
Unplanned
Last Updated: 07 Feb 2020 21:19 by ADMIN
Created by: Hitendra
Comments: 0
Category: Scheduler
Type: Feature Request
10
In a Kendo Scheduler it would be nice to view the grouped items like treeview which can expand and collapse the rows. We have the same expand/collapse function with Kendo Gantt control, need the same in Kendo Scheduler
Unplanned
Last Updated: 03 Sep 2021 05:16 by ADMIN
Created by: John
Comments: 7
Category: Scheduler
Type: Feature Request
9
When using the scheduler and you have a lot of all day events, the widget resizes to allow for all the all day events but then collapses the remaining day hours down to a scrollable view.  If you want the scheduler to fit on the screen without a browser scrollbar, the hours section is rendered virtually useless.
Unplanned
Last Updated: 24 Jun 2021 11:32 by ADMIN
is maybe planned? it would be great, as great is in the Silverlight one...
Unplanned
Last Updated: 26 Aug 2021 10:47 by ADMIN
Created by: Michael
Comments: 1
Category: Scheduler
Type: Feature Request
8
I would like to see built-in support for copying/pasting of events in the scheduler.  If multiple schedulers exist on the same page, it doesn't matter to me if you can copy/paste between them.  CTRL+C and CTRL+V as well as a context menu would be nice.
Unplanned
Last Updated: 28 Oct 2022 09:38 by ADMIN
Hi,

I'm trying to define individual business hours for the scheduler. The  scheduler only uses a single start/end time for each work day. I want to define start/end times for each day specifically (ie. Monday has different times than Tuesday).
Eg:
Sunday working hours       @ 10:00 to 12:00
Monday working hours       @ 9:00 to 16:00
Tuesday working hours      @ 10:00 to 18:00
Wednesday working hours@ 06:00 to 12:00
Thursday working hours     @ 08:00 to 14:00
Friday working hours           @ 11:00 to 12:00
Saturday working hours      @ 11:30 to 13:00

Can anyone resolve my problem.

Thanks in advance
Unplanned
Last Updated: 17 Oct 2022 15:11 by Brian
Created by: n/a
Comments: 3
Category: Scheduler
Type: Feature Request
8
The RecurrenceEditor is a great feature for the scheduler widget. I would also like to use it in other scenarios like a task planer. However such an isolated scenario is currently not supported (ticket answer). 

In combination with angularJS i.e. I do not have the datepicker correctly displayed.
Unplanned
Last Updated: 03 Sep 2021 05:17 by ADMIN
Created by: Imported User
Comments: 0
Category: Scheduler
Type: Feature Request
6
The kendo scheduler allows you to generate templates, but the events will not stretch  dynamically to display the contents. If the event heights had additional height controls like filling a row from top to bottom instead of forcing white space below the events  it would give more real-estate inside the plugin without taking up more overall space on the screen.
Unplanned
Last Updated: 23 Aug 2021 12:29 by ADMIN
Created by: jerome
Comments: 1
Category: Scheduler
Type: Feature Request
5
It will be fine to have a field "isReadOnly" on default scheduler datasource. This is to allow to share events like "public holidays", events of another users, ... or to prevent a user from changing an old event (according to business rules ...).
Unplanned
Last Updated: 02 May 2022 15:34 by Alexis
Created by: Alexis
Comments: 0
Category: Scheduler
Type: Feature Request
4

Is it possible to implement an option to show only the workdays in the Scheduler Month View?

1 2 3 4