Completed
Last Updated: 12 May 2016 09:53 by ADMIN
Created by: Bjorn
Comments: 1
Category: Scheduler
Type: Feature Request
4
Autoscroll when dragging an object from outside the scheduler (e.a. from a grid) is already available and works fine. It would be really nice to have this vert same functionality also available while dragging an event that's already in the scheduler...
Unplanned
Last Updated: 08 Nov 2021 08:48 by ADMIN
Created by: Yura
Comments: 0
Category: Scheduler
Type: Feature Request
1
EXRULE, RDATE recurrent rules for Sheduller as described in RFC5545
Declined
Last Updated: 03 Feb 2022 07:19 by ADMIN
Created by: Walter
Comments: 2
Category: Scheduler
Type: Feature Request
4
We are looking into the scheduler but it seems to be missing a feature that we would really want in a scheduler.

If you are for example in the day view, you have left the timebar and right the events. It would be nice to zoom in on the times on the left.

instead of showing events from daystart - day end you would click on a chosen starttime drag to the endtime you wish and the scheduler would zoom in on items between the selected start- endtime.
Declined
Last Updated: 28 Sep 2021 09:58 by ADMIN
Created by: JoPi
Comments: 2
Category: Scheduler
Type: Feature Request
1
Can you add a Status Bar to scheduler appointments as per the winforms scheduler & Outlook.
Declined
Last Updated: 22 Nov 2021 14:29 by ADMIN
Now I must write any custom logic for Event editor (such as logic for additional fields on edit form, and so on) in same angular controller, in wich global scheduler logic is placed.

When custom editor code grows and becomes huge part of this controller, I want to put this code in a separate controller.
Completed
Last Updated: 23 Aug 2021 12:34 by ADMIN
Created by: Mario
Comments: 1
Category: Scheduler
Type: Feature Request
4
The scheduler in week-view and day-view is always starting at 12 am. We would like to request a simple function, which allows to let the calendar scroll to the desired hour! (Let's say it is 3PM and the user would see automatically see his appointments beyond 3PM, because that is what matters and not staring at 12AM )
Nobody want to look at a day view, which starts at 12am. There are in some forums suggestions mentioned how to potentially do it, but id does not work in all screen sizes without terribly breaking it! So please please add this small, but valuable feature...
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)?
Completed
Last Updated: 03 Sep 2021 05:32 by ADMIN
When setting the color for a Scheduler event resource, allow for a CSS class instead of a simple color.
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.
Declined
Last Updated: 16 Feb 2022 14:28 by ADMIN
Declined
Last Updated: 04 Nov 2021 12:20 by ADMIN
Allow the sorting of all day events in day / week views and allow sorting of events in month view as well.  A lot of all-day events have the same start and end time, it would be nice to be able to sort them on another field in my model.
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.
Completed
Last Updated: 22 Nov 2021 14:38 by ADMIN
Created by: Desu
Comments: 0
Category: Scheduler
Type: Feature Request
2
What about set the default start time for currentTimeMarker. Currently currentTimeMarker follows the browser time.

This behaviour for each user login that has their own Time Localization.

e.g. User A has Sydney time zone (UTC+10.00 Melbourne) then server will send the specific time to the Scheduler and currentTimeMarker will start based on that particular time. Event if User A look at scheduler in PC that use Kuala Lumpur time zone (UTC+08.00 Kuala Lumpur).

Maybe add time Localization property for currentTimeMarker. But if it set null, it will follows current PC time.
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.
Completed
Last Updated: 04 Nov 2021 12:13 by ADMIN
Use case:  A workorder needs to be scheduled.  It requires a primary resource (vehicle, meeting room) to which multiple additional resources are added (people, equipment).  Each resource could be added to the workorder's timeline together with inheritance of schedule, or independently.
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: 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.
Need More Info
Last Updated: 08 Feb 2022 09:10 by ADMIN
Created by: Michael
Comments: 2
Category: Scheduler
Type: Feature Request
3
New edit mode:  When events are retrieved, those models should always be as lightweight as possible (id, start, end, title), and not include all the other properties required to edit an event.

If you have hundreds of events with lots of properties, your control does not scale well.  When you then edit one of these lightweight events, it should make an ajax request to go fetch the "full" model used to populate the edit popup window.  For the create, it may not have to make an ajax request, but the "full" schema needs to be defined still, so it has a model to bind, and it would be nice to have a way to dynamically specify that schema, in case you have different event model types.  In my case, I have three different types of appointments the user can create/edit.  Ideally, these "full" models would either get sent via ajax when the popup is closed, or when the datasource is synced, they get trimmed down to the lightweight version.  Hopefully this all makes sense...it's all about having tiny models for speed, but larger models for editing.  Anyone that has used your control to show tons of appointments (especially with many properties each) will likely get where I am going with this.
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.