Unplanned
Last Updated: 03 Sep 2021 11:05 by Sergey

Bug report

In a scenario when an event is dragged and is not saved due to an error while updating, or in case saving is prevented, next time when the user tries to drag the same event, the event hint will be misplaced.

Reproduction of the problem

  1. Open one of the following Dojo examples:
  1. Try to drag the same event multiple times

Current behavior

The second time the same event is being dragged its hint is rendered in a wrong place. In case the same event is dragged multiple times, the hint is getting more and more away from the original position.

Expected/desired behavior

The event hint should always be rendered starting from the event's position.

Environment

  • Kendo UI version: 2021.2.616
  • Browser: [all ]
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.
Unplanned
Last Updated: 03 Sep 2021 05:16 by ADMIN
Created by: John
Comments: 7
Category: Scheduler
Type: Feature Request
9
When using the scheduler and you have a lot of all day events, the widget resizes to allow for all the all day events but then collapses the remaining day hours down to a scrollable view.  If you want the scheduler to fit on the screen without a browser scrollbar, the hours section is rendered virtually useless.
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.
Unplanned
Last Updated: 26 Aug 2021 10:47 by ADMIN
Created by: Michael
Comments: 1
Category: Scheduler
Type: Feature Request
8
I would like to see built-in support for copying/pasting of events in the scheduler.  If multiple schedulers exist on the same page, it doesn't matter to me if you can copy/paste between them.  CTRL+C and CTRL+V as well as a context menu would be nice.
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.
Unplanned
Last Updated: 23 Aug 2021 12:29 by ADMIN
Created by: jerome
Comments: 1
Category: Scheduler
Type: Feature Request
5
It will be fine to have a field "isReadOnly" on default scheduler datasource. This is to allow to share events like "public holidays", events of another users, ... or to prevent a user from changing an old event (according to business rules ...).
Unplanned
Last Updated: 26 Jul 2021 04:47 by ADMIN
Created by: Amitesh
Comments: 1
Category: Scheduler
Type: Feature Request
1
I had done a post for a new feature suggestion - http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6261117-get-next-occurrence-of-a-recurring-event

This was replied and closed. The suggestion is by no means useful. It DOES NOT achieve what we want. Both the suggestions requires using the scheduler widget and I clearly stated we don't want to use the widget. Also I don't want to get all the occurrences. I just need to get the next occurrence give a start date and an instance of the event. Better still it will be good if I can just provide the pattern and the start date to get the next first occurrence. This tells me when the next appointment is.

Please also reference to the telerik ticket#: 843150
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.
Unplanned
Last Updated: 08 Jul 2021 10:45 by ADMIN
Created by: lee
Comments: 0
Category: Scheduler
Type: Feature Request
1
Create property set set text and style for "more items" button in month view, currently set to "..." my user requested to set to language specific text like '"more items".  

Create property to set which view the "more items" button will navigate too, currently set to day but for my project had to override it to agenda view.
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.
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.
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: 25 Jun 2021 10:17 by ADMIN
Created by: Courtney
Comments: 1
Category: Scheduler
Type: Feature Request
0

Hi.

 

I am working with KendoUI 2016.1.322.

I need to change the first day of the week for the scheduler component based on user settings. I found this snippet in your KB

kendo.culture().calendar.firstDay = 1;  //2,3,.....

It works but in an app-wide mode, that is, not only the scheduler control changes, but also the datetimepicker control in the same form, they also show Tuesday as the first day of the week

And if later I move to another form, the setting continues active.

How can I only set the scheduler component to start on Tuesday without affecting the other components?

Unplanned
Last Updated: 24 Jun 2021 11:32 by ADMIN
is maybe planned? it would be great, as great is in the Silverlight one...
Unplanned
Last Updated: 24 Jun 2021 11:28 by ADMIN
Created by: Fred
Comments: 0
Category: Scheduler
Type: Feature Request
2
The configuration should provide a flag for rendering small events to take up their actual size. The current default size of an event is the size of a slot, if the event's duration is smaller than the slot duration. It would be nice to be able to switch to a behavior where if an event is 5 min and the slot is 15 min, it will show up with the size of a third of the slot. This was possible in the Silverlight implementation, with the EnableSmallAppointmentsRendering flag set to false (for Silverlight that was the default behavior).
Unplanned
Last Updated: 22 Jun 2021 05:02 by ADMIN

Currently, the scheduler will render all groups fetched by the corresponding resource. 

It would be beneficial to have an option to render only the groups that have relevant events and not rendering empty groups.

Note that this should be optional and not a default behaviour - by enabling this the end-user will not be able to create an event for the non rendered groups. 

 

Unplanned
Last Updated: 21 Jun 2021 12:28 by ADMIN
For the Kendo Scheduler Recurrence Rule editor, it would be nice to have the possibility to select multiple options for the recurrence of monthly events. For example instead of only being able to select only the first Monday of the Month for a recurring event to be able to select every first and third Monday of the Month for a recurring event.
Unplanned
Last Updated: 21 Jun 2021 10:08 by ADMIN

Dear Telerik,

My problem is behind the "timelineMonth" view of the Scheduler. In the documentation it is written that "showWorkHours" has a support only behind "day" and "week" views. But it is not really like that. In fact, it is included also in "timeline" and "timelineWeek" views and it works fine. Even more, this feature works also in "timelineMonth", but with a small exception that I want to focus on your attention. 

Here is an example showing the problem. It's only about selecting the "today" (in my example the "date" property is showing "today". The same behavior could be achieved if you change it to another date and click the "today" button).

I can show you another particular example describing why this feature is very useful. Here, if the user press on "show business hours" button and then select the "Timeline Month", he will break the logic behind. And it makes somehow the "Show Business Hours" button problematic. And let say I should make some workaround to avoid this thing happens, but not sure why.

Hope this is valuable.

Best Regards, Boyan.