Unplanned
Last Updated: 07 Jan 2019 12:39 by ADMIN

Dear Support Team,

Please try the following scenario. Create a weekly recurring event for the 4rth of April that has no end. 
Go at the next week (9/4 - 13/4) and move the event (11/4) 1 hour forward. At the confirmation popup please select 'Edit the series'.
Go back to the previous week (2/4 - 6/4). The event of 4/4 has disappeared!!

The specific dates are used as an example. Feel free to use any date your want.

Thank you in advance,
Thomas.

Unplanned
Last Updated: 24 Jan 2020 11:09 by ADMIN

In some scenarios it is required to validate if the edited event model property matches a certain condition. If this is not the case, the recurrenceEditor popup needs to be prevented from showing.

Currently the Scheduler does not provide a beforeEdit event that allows such behavior to be achieved.

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: 19 Mar 2020 08:21 by ADMIN
Created by: Dan
Comments: 2
Category: Scheduler
Type: Feature Request
11
When adding appointment, give an option to add reminder and the time before appointment.
The scheduler will popup reminders on time.
Unplanned
Last Updated: 18 Feb 2022 06:26 by ADMIN
Created by: Imported User
Comments: 0
Category: Scheduler
Type: Feature Request
1
When setting a timeline view to display as an overnight view have an option to highlight the midnight timeline. This is currently only possible via a complex set of css rules...

you could have something like...

highlightTime: {time: 0, color:#ff0000}

where time is the timeline that needs to be highlighted and color is the color the line should be.
Unplanned
Last Updated: 23 Feb 2021 11:16 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
2
Something that is missing is a way to list a start and end time for the grouped resources also known as shifts. In the scenario we are thinking of the scheduler is acting as an appointment book for employees(resources) to have appointments booked with them. On order to do that efficiently there needs to be a way to display that employees working hours hence the start and end time for those resources.
Unplanned
Last Updated: 21 Mar 2023 16:12 by ADMIN
Created by: Shashank
Comments: 0
Category: Scheduler
Type: Feature Request
1
Hi,

We have a requirement where in, we would like to have rolling view for the standard timeline views (timelineweek & timelineMonth).

What i mean by that is, the start-date of the view starts from the current date and the end date is based on whether its a week or a month.
For instance, if its the timeline week, if the current day is Wednesday, the start day of the week must be the current Wednesday and the end should be the next week's Tuesday.
The navigation from there should be the next Wednesday to the next corresponding Tuesday.

Now if the user navigates to a day via the calendar, for instance a Thursday. The view must start from a Thursday and end on a Wednesday.
The same applies for the timelinemonth view as well. Only change would be, in the case of the month, its the date and not the day.

Currently this can be achieved by creating a custom-view by extending the standard views.
It would be really helpful if this is available as toggle/setting in the standard view.

Thanks,
Shashank
Unplanned
Last Updated: 18 Feb 2022 06:06 by ADMIN
Created by: Mark
Comments: 0
Category: Scheduler
Type: Feature Request
2
Currently the scheduler 'snap' option does not actually snap to the nearest time slot, rather it adjusts the start time +/- the 'majorTick` amount of an event.  So an event scheduled at 8:03 am would snap to 7:33 am or 8:33 am, given a 30 minute 'majorTick'.

I would be helpful to have another option that allows the event to actually snap to the nearest time slot.  So that same 8:03am would snap to 8:00am, 7:30am, or 8:30am.
Unplanned
Last Updated: 07 Feb 2020 21:19 by ADMIN
Created by: Hitendra
Comments: 0
Category: Scheduler
Type: Feature Request
10
In a Kendo Scheduler it would be nice to view the grouped items like treeview which can expand and collapse the rows. We have the same expand/collapse function with Kendo Gantt control, need the same in Kendo 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.
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: 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: 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: 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
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: 17 Oct 2022 15:11 by Brian
Created by: n/a
Comments: 3
Category: Scheduler
Type: Feature Request
8
The RecurrenceEditor is a great feature for the scheduler widget. I would also like to use it in other scenarios like a task planer. However such an isolated scenario is currently not supported (ticket answer). 

In combination with angularJS i.e. I do not have the datepicker correctly displayed.
Unplanned
Last Updated: 26 Jan 2023 15:18 by FIMS Computing Services FIMS - UWO
Created by: Michael
Comments: 6
Category: Scheduler
Type: Feature Request
33
We have a need to be able to provide a dropdown above the scheduler, in order to allow the end user to change the time zone of the scheduler dynamically, even after it has been initialized.  Our team was disappointed that this is currently not possible (http://www.telerik.com/forums/timezone-dropdown), but maybe in the future.  Thanks for reading.
Unplanned
Last Updated: 28 Oct 2022 09:38 by ADMIN
Hi,

I'm trying to define individual business hours for the scheduler. The  scheduler only uses a single start/end time for each work day. I want to define start/end times for each day specifically (ie. Monday has different times than Tuesday).
Eg:
Sunday working hours       @ 10:00 to 12:00
Monday working hours       @ 9:00 to 16:00
Tuesday working hours      @ 10:00 to 18:00
Wednesday working hours@ 06:00 to 12:00
Thursday working hours     @ 08:00 to 14:00
Friday working hours           @ 11:00 to 12:00
Saturday working hours      @ 11:30 to 13:00

Can anyone resolve my problem.

Thanks in advance
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.