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...
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.
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?

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: 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.
Declined
Last Updated: 26 Aug 2021 10:58 by ADMIN
Created by: Roger
Comments: 0
Category: Scheduler
Type: Feature Request
3
Add a property to the Kendo Scheduler called something like allowOverlap (true/false) as an easy way to allow or disallow overlapping events based on event start & end on the scheduler timeline.  An alternative could be an "onOverlap" event.

Thanks 
Declined
Last Updated: 26 Aug 2021 10:57 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
3
In the scheduler add the posibility to draw events in event (parent/child).
The child will be limited by the dates on its parent.
Declined
Last Updated: 26 Aug 2021 11:51 by ADMIN
Created by: Cécile
Comments: 2
Category: Scheduler
Type: Feature Request
3
I'd really appreciate it if it were possible to include special slot when using Kendo scheduler in JQuery. I'm trying to create zones contai
Completed
Last Updated: 25 Jan 2021 09:57 by ADMIN
Release 2021.R1.SP.next
Created by: Brightstar
Comments: 3
Category: Scheduler
Type: Bug Report
3

According to the documentation for Scheduler.select() this method should "Gets or sets the events (or slots) which are selected." But if I pass in an array of multiple uid elements it only selects the last item in the array.

Code

jsbin example: https://jsbin.com/nirisakavo/1/edit?html,js,output

Really just added a function to select all:

function SelectAll() {
  var scheduler = $("#scheduler").data("kendoScheduler");
  var allEvents = scheduler.data().map(function(val, i) { return val.uid; });
  scheduler.select(allEvents);
}

Repro

Click the 'Select All' button.

Expected: Selects all events.

Actual: Selects only last event.

 

Unplanned
Last Updated: 01 Oct 2019 07:29 by ADMIN
Created by: Hitendra
Comments: 1
Category: Scheduler
Type: Feature Request
3

Hi Team,

 

It would be nice to have a feature of Collapsible / Expandable grouping function like tree view in Kendo Scheduler Timeline view. We have multiple head groups with 100 sub groups which we are not currently able to Expand / Collapse.

 

Sample Expand / Collpase feature like https://demos.telerik.com/kendo-ui/treeview/checkboxes

File attached for reference.

 

Thank you.

 

 

 

Unplanned
Last Updated: 04 Jan 2021 13:42 by EK

Bug report

The empty space next to the event is needed if we want to add new event next to the one that we already have so it should be observed only if the editable setting is not false or {create: false}. If any of these is set the event should be 100%. https://demos.telerik.com/kendo-ui/scheduler/basic-usage

Reproduction of the problem

https://dojo.telerik.com/@zdravkov/uWExofIL

Current behavior

the event width takes all 90% of the width of the slot

Expected/desired behavior

the event width should take all the width of the slot

Environment

  • **Kendo UI version:2020.3.1118
Completed
Last Updated: 03 Feb 2022 14:33 by ADMIN
Release 2022.R1.SP.next

When the dates for the current view are changed in Scheduler, the screenreaders do not read the new date.

Reproduction of the problem

1. Go to Keyboard Navigation Demo
2. Go to the arrow buttons in the toolbar and click 'Next' to change the date
3. Date changes to "Sunday, June 16, 2013 - ..."

Current behavior
The screenreaders do not inform the user that the date has been changed.

Expected/desired behavior
The user should be informed that the date has been changed.

Environment
Kendo UI version: 2021.2.616
Browser: [all ]

Declined
Last Updated: 04 Feb 2022 09:39 by ADMIN
Scheduler should support template directives for the group header template option.
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.
Completed
Last Updated: 03 Sep 2021 05:10 by ADMIN
The timeline control currently restricts the users to select events from only one group. It must allow selection across the groups.

It does not make any sense in restricting the user to a group.

Also to deselect an event from selected events is not possible and the user has to deselect all the events and start from scratch. This seems to be a bug with this tool.
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: 11 Apr 2024 07:36 by Frieder
Created by: Frieder
Comments: 0
Category: Scheduler
Type: Feature Request
2
Expose the ability to split the Scheduler content into standalone pages.
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.
Declined
Last Updated: 16 Feb 2022 14:28 by ADMIN
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.