Unplanned
Last Updated: 23 Dec 2021 13:50 by ADMIN
Created by: TRANSEPT
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I would like to request the functionality to configure the Kendo UI Scheduler to a sticky component where it could be set at 100% width of the container, keeps the header and footer in place, and provides a scrollbar above the toolbar to navigate.   

Thank you!

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: 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
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: 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.
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.
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: 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.
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.
Declined
Last Updated: 04 Nov 2021 12:04 by ADMIN
Created by: Michael
Comments: 2
Category: Scheduler
Type: Feature Request
1
I would like to see something built into the scheduler UI that lets you navigate the scheduling conflicts.  It could show the number of conflicts, a previous and next buttons.  I'm not sure exactly where this would appear in the UI, but that's what you guys are good at! :)  At the moment, I am about to have to code this myself, maybe as a custom widget that can be hooked to any scheduler, but I would rather use something built-in.  Thanks!
Completed
Last Updated: 04 Nov 2021 12:03 by ADMIN
Created by: Michael
Comments: 4
Category: Scheduler
Type: Feature Request
2
It appears that the view startDate/endDate are not yet updated when you hook in to the "navigate" event.  I need an event to be thrown after the view is changed, such as a "navigated" event.  If there is some other way to do this, please let me know.  If not, this seems like it would be an easy one to add.  Thanks!
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.
Completed
Last Updated: 25 Oct 2021 06:36 by ADMIN
Would like to have the view scroll to show the events for the current time rather than the first allowable time.  Example, let's say the current time is 1:30pm, would like the view scroll to 1:30pm rather than 12:00am when the page is loaded or refreshed
Declined
Last Updated: 25 Oct 2021 06:31 by ADMIN
Created by: Kanav
Comments: 0
Category: Scheduler
Type: Feature Request
2
I am using KendoUI - free version  for schedulers. Everything is working perfectly except Partial Postback. My Client Wants Partial Postback when the calender is filtered or new Event is created ....I have implemented the Ajax but somehow its not working completely - the scheduler does not rebind with new values, its state does not changes ... . However, data is being updated with the partial postback in the database.  I am running on a strict timeline.... so any help would be great.

Thank you in advance.
Completed
Last Updated: 22 Oct 2021 12:27 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: Scheduler
Type: Feature Request
1
If I am on "Day" view and looking at the business hours of 8-4 (default view)...however an important event is set at 5pm...you'd have to click into full day mode to even know it was there.  The databinding is such that the "day" should have that 5pm object already on the clientside...

I'd like some sort of visual indicator that there's more to see.
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.
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.
Unplanned
Last Updated: 17 Sep 2021 06:48 by ADMIN
Created by: Steven
Comments: 0
Category: Scheduler
Type: Feature Request
1

Currently, if the message for the allday events in the Scheduler is on multiple lines the height of the cell containing the message and the header row in the Day view is not the same. There is a white bar below the header row. Here is a Dojo.

I would like to have the possibility to set the Allday message to be on multiple lines and the height of the cell containing the message to be consistent with the header row.

 
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.
Declined
Last Updated: 09 Sep 2021 08:34 by ADMIN
Created by: James
Comments: 0
Category: Scheduler
Type: Feature Request
1
A feature that allows the events in the Scheduler to have their ‘margin-bottom’ property assigned programmatically. This is required to support custom events with a border-width > 1px. 

Currently, the code calculating event position assumes the border-width on events will be 1px, and it works perfectly when that assumption is correct. Increasing the border-width results in events overlapping each other, which is something I’d like to avoid.