Declined
Last Updated: 22 Jul 2021 11:04 by ADMIN
Created by: Wei
Comments: 0
Category: Scheduler
Type: Feature Request
1
my  dea   is    Timeline Month ,but  no need  to  time phasing
Completed
Last Updated: 06 Jan 2022 13:28 by ADMIN
To select multiple events from different groups in kendo ui scheduler with angular js, but currently it only allows multiple events selection in same group.
Completed
Last Updated: 20 Sep 2021 13:59 by ADMIN
Created by: Daniel
Comments: 1
Category: Scheduler
Type: Feature Request
1
In date pickers in scheduler and occurence editor to easily be configured to show week numbers.
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: 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: 15 Jul 2021 10:54 by ADMIN
Created by: Fabian
Comments: 1
Category: Scheduler
Type: Feature Request
1
The user might cancel moving an element by pressing the ESC key, but there is currently no event raised by the scheduler when this happens.
Completed
Last Updated: 26 Jul 2019 14:17 by ADMIN
The user should be able to select multiple events at the same time by pressing the control key. At the moment this can not be done.
The following example shows the issue: http://dojo.telerik.com/udItE -> It is not possible to select events from Meeting Room 101 and Meeting Room 201 at the same time.

This feature would make it possible to swap events from different groups. For example, swap the meeting rooms of two events.
Declined
Last Updated: 02 Dec 2021 12:35 by ADMIN
Created by: Jai
Comments: 0
Category: Scheduler
Type: Feature Request
2
Scheduler events with long duration tries to refresh view area in IE and jumps to start position of event, However it works ok in chrome, it will be great if IE also behave smoothly as we see experience in Chrome. It will make dragging events by their last edge more smoothly.
Duplicated
Last Updated: 01 Jul 2021 11:57 by ADMIN
Created by: Marc
Comments: 0
Category: Scheduler
Type: Feature Request
10
The RFC for iCal supports up to a recurrence at the second level.  While I think that is too much, you should be supporting recurrence at the minute level.

The Windows Task Scheduler supports this, as well as Linux/Unix Cron.

If you are using the Scheduler Widget as a UI for a job/task scheduling system, then having the ability to schedule at the minute level is important.

This is related to the feedback request to "Add hourly recurrence editor to Scheduler".
Unplanned
Last Updated: 21 Mar 2023 16:08 by ADMIN
Refer to : http://www.telerik.com/forums/setting-recurrance-messages-from-variable

To allow multiple language support it should be possible to define the  recurrenceeditor messages in the template to use an external source rather than having to hard code 1 set of messages.
Declined
Last Updated: 02 Dec 2021 12:06 by ADMIN
The cursor jumps on the screen (and takes no action) when you try to right click on the screen and modify an event.  
See the video: https://goo.gl/44HtR9
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.
Declined
Last Updated: 04 Feb 2022 09:39 by ADMIN
Scheduler should support template directives for the group header template option.
Declined
Last Updated: 28 Oct 2021 10:54 by ADMIN
Currently you have to map every required property manually. Like this:

                model.Field("start", typeof(DateTime)).From("Start");
                model.Field("end", typeof(DateTime)).From("End");
                model.Field("title", typeof(string)).From("Title");
                model.Field("description", typeof(string)).From("Description");
                model.Field("recurrenceID", typeof(int)).From("RecurrenceID");
                model.Field("recurrenceRule", typeof(string)).From("RecurrenceRule");
                model.Field("recurrenceException", typeof(string)).From("RecurrenceException");
                model.Field("isAllDay", typeof(bool)).From("IsAllDay");
                model.Field("startTimezone", typeof(string)).From("StartTimezone");
model.Field("endTimezone", typeof(string)).From("EndTimezone");

It would be nice to be able to use the short form:

model.Field("Start");
...

The problem is not the "huge" amount of typing. What did cost me time was finding out that the SignalR version isn't working like the others.
Declined
Last Updated: 25 Nov 2021 11:51 by ADMIN
Created by: Imported User
Comments: 0
Category: Scheduler
Type: Feature Request
1
The Scheduler allows you to add resources to the default event form. It would be nice to be able to bind these resources to objects within a custom edit template. See this forum post for more details where Alex has given a workaround.... http://www.telerik.com/forums/can-you-use-resources-for-edit-templates
Completed
Last Updated: 08 Jul 2021 10:47 by ADMIN
Created by: ram
Comments: 1
Category: Scheduler
Type: Feature Request
2
please provide us the scheduler with group by date not by resource
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.
Completed
Last Updated: 22 Jul 2021 09:35 by ADMIN
Created by: Jeewananda
Comments: 1
Category: Scheduler
Type: Feature Request
1
Resources could be working for an organization or multiple organizations (i.e. doctor rounding multiple hospitals). It would help to have another level or multiple levels on top of Resources so they can be filtered. 
i.e. I can select Hospital A and then select all the doctors (resources) under Hospital A and look at all schedules for that resource.
Unplanned
Last Updated: 26 Aug 2021 10:59 by ADMIN
Proposal: Add a property/function that specifies the resource group to take the task's background color from.
Completed
Last Updated: 12 May 2023 15:27 by ADMIN
Release R2.2023-Increment.3(7.June.2023)
Created by: Fabien
Comments: 2
Category: Scheduler
Type: Feature Request
8
It would be great to be able to customize the scheduler's toolbar, either by specify custom buttons and actions through 'toolbar' option or by providing a custom template.