Completed
Last Updated: 24 Aug 2021 05:53 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
4
can we show Time vertically in Timeline view 
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...
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 ...).
Completed
Last Updated: 23 Aug 2021 12:27 by ADMIN
Created by: Shawn
Comments: 2
Category: Scheduler
Type: Feature Request
16
Some schedules require appointments that exceed midnight (for discussion's sake, a company that operates night shifts to accommodate customers on the other side of the world). In this case I would like the "Monday" column to start at Monday 6pm to Tuesday 7am.

This is instantly doable in WPF RadScheduleView by setting the property. I would expect this to be useful here as well, since there's an EndTime property it just needs to be expanded to display appointments correctly.
Under Review
Last Updated: 26 Jul 2021 06:05 by ADMIN
Created by: José Manuel
Comments: 1
Category: Scheduler
Type: Feature Request
2
select various no correlatives days, ex:

20 November + 1 december + 15 december,...

Thanks
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
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: 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.
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.
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.
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: 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.
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: 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).