Completed
Last Updated: 19 Sep 2016 05:29 by ADMIN
Created by: josew josew
Comments: 42
Category: Scheduler
Type: Feature Request
234
Scheduler:

Group appointments by date. Now only by resource.
DayView: select the visible date interval: continous or discontinous.

( Other company mvc scheduler do it and it's functional ) 

Thanks
Completed
Last Updated: 27 May 2021 17:21 by ADMIN
Release 2021.R2
Created by: Matthias
Comments: 8
Category: Scheduler
Type: Feature Request
60
Allow to have different child groups for each parent group

Example:
 ___________________________________
 Meeting Room 101     |   Meeting Room 201
 ___________________________________
 Alex  |  Bob                 |   Charlie
 ___________________________________
Completed
Last Updated: 30 Nov 2020 14:15 by ADMIN
Created by: Massimiliano
Comments: 4
Category: Scheduler
Type: Feature Request
47
Kendo Scheduler should have iCalendar Export (in similar way to ASP.NET Ajax Scheduler).
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
Completed
Last Updated: 27 May 2021 17:25 by ADMIN
Release 2021.R2
Currently events >24h are automatically shown in the all day area. This is confusing if the event starts or ends somewhere during the day. E.g. it starts at 5 p.m. on tuesday and ends on 11 a.m. on thursday.

Noone knows when the resource is really available if the event is shown as all day from tuesday to thursday.

There should be an option to turn that behaviour off and show such events as regular events.

Maybe the only thing needing change is this line in _renderEvents:
var isMultiDayEvent = event.isAllDay || event.end.getTime() - event.start.getTime() >= MS_PER_DAY;
Completed
Last Updated: 27 May 2021 17:22 by ADMIN
Release 2021.R2
Created by: Paul
Comments: 11
Category: Scheduler
Type: Feature Request
34
It would be very useful from a visual and functional perspective to be able to view scheduler items in a year view, that seems to be currently unsupported.
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.
Completed
Last Updated: 23 Aug 2021 12:27 by ADMIN
Created by: Shawn
Comments: 2
Category: Scheduler
Type: Feature Request
16
Some schedules require appointments that exceed midnight (for discussion's sake, a company that operates night shifts to accommodate customers on the other side of the world). In this case I would like the "Monday" column to start at Monday 6pm to Tuesday 7am.

This is instantly doable in WPF RadScheduleView by setting the property. I would expect this to be useful here as well, since there's an EndTime property it just needs to be expanded to display appointments correctly.
Completed
Last Updated: 21 Apr 2021 14:29 by ADMIN
Created by: icebits
Comments: 2
Category: Scheduler
Type: Feature Request
15
I got 2 "views" sharing same page, Scheduler is on the second/hidden view and only show/trigger when user select to view it. Therefore, I need Autobind to be false (same feature as exists on other controls like Gridview), to prevent Scheduler auto populate at the initial stage. Second, I need to parse additional parameter during read/fetch data from Scheduler. Thanks.
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.
Completed
Last Updated: 21 Apr 2021 14:30 by ADMIN
Created by: Amitesh
Comments: 3
Category: Scheduler
Type: Feature Request
13
There should be the ability to show resources (this is multiple resources) without grouping. All resources will show in a line. This would have worked in our case where we have employees and sub-contractors as two different set of resources but cannot be grouped. We needed to show both the sets on the scheduler at the same time and also assign events across to both sets (so an event can belong to an employee and sub-contractor). The two sets cannot be combined into one resources collection as the resources can have the same Ids
Completed
Last Updated: 10 Sep 2021 04:59 by ADMIN
Created by: Tom
Comments: 6
Category: Scheduler
Type: Feature Request
12
When using the Scheduler with multiple resources, the day, week and work week views become unresponsive as a result of the view loading all of the resources.

The following dojo demonstrates this http://dojo.telerik.com/EvEROL

It would be good if the Scheduler could be configured to allow virtual scrolling so that resources can be loaded at the point of scrolling down the view.

An example of why this might be required is:
- You have two lists of resources, one for projects and one for staff
- You would like to group the events by resource and see which member of staff they are assigned to and to which job they belong to.
- This would allow you to easily re-assign events to different members of staff or to different projects by dragging and dropping.
Completed
Last Updated: 26 Jan 2018 16:28 by ADMIN
Created by: Hendrik
Comments: 1
Category: Scheduler
Type: Feature Request
12
The multi drag and drop feature that existed in the Silverlight ScheduleView has disappeared in Kendo UI. 

Is it possible to add support of dragging and dropping multiple events at the same time, allowing to edit the time and date of multiple events with the same time difference (e.g. +2 hours and - 1 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: 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.
1 2 3 4 5 6