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.
When the Scheduler is opened on iOS device in desktop mode it could not be scrolled easily, the scrolling is not smooth.
The scrolling in Scheduler component is not very smooth on iOS desktop mode.
The Scheduler Timeline viwes should scroll as expected on iOS devices in Desktop mode.
When no height is set to the Scheduler the grouping does not expand in height to the rendered month views.
Actual: https://dojo.telerik.com/UhoxowEh
Expected: https://dojo.telerik.com/UPiGosik
When the Scheduler is grouped, selecting a cell from the last row does not mark it as selected in IE 11 in TimelineView.
You will notice that the same cell in the previous row is marked as selected.
Selection does not mark the correct cell as selected in TimeLine View with grouping.
Selection should mark the correct cell as selected in TimeLine View with grouping.
This one is reproducible on the demo site today and that’s where this screenshot is from. Begin to create a new event. Set to recurring Monthly. Note that below “Never” is checked and the “10/11/2020” box is disabled. Now go and change your start date to any other date above. This box enables itself. It should not do this because the ending date option is not actually selected.
I fixed this in JavaScript by hooking into some events rather than modifying the Kendo.all.js file.
Editing a recurrent event in the Scheduler with End options set to Never
triggers validation on the DatePicker.
This is a regression introduced with R1 of 2022
Never
.Validation error is displayed.
screencast
Validation error should not be present in this scenario.
I just upgraded to the latest version today.
kendoScheduler doesn't fire change event when in "Year" view.
This is really easy to duplicate. Select Year and it doesn't fire.
<!DOCTYPE html>
<html>
Your recent feature to allow the start and end times to be altered in a timeline view so that you can configure an overnight view is very useful. Could the same facility be provided for the Day, Week and WorkWeek views.
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
When the YearView in Scheduler is opened on iOS device in desktop mode it could not be scrolled
The Scheduler in Year View could not be scrolled.
The Scheduler should be scrolled in iOS in both - mobile and desktop modes.
When date grouping is enabled in the Agenda view and the groups have different count off events, an incorrect event is returned in the change event hanlder.
The correct id of the selected event schould be returned in the change event hanlder.
Having the ability to setup a recurrence outside of the scheduler would be nice. The ability to use recurrences for other things that don't make sense showing up on a scheduler. An example would be setting up a an email subscription. I want it to recur, but I don't need to see it on a calendar.
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.
The recurring events are not rendered as expected in some scenarios depending on the start time set.
The first event is not rendered for every week, but it is rendered for every second week.
When the recurring rule is 'FREQ=WEEKLY' the event should be displayed every week, despite of its starting time.
In 2020 R1 SP2 (2020.1.406) there is a bug related to missing events fixed with 2020.2.513. - Dojo with 2020.1.406
Starting with 2020 R2 (2020.2.513) the current behavior is introduced.
The issue might be related also to: #5978
When the dataSource for the resources is empty and the Month view is selected the 'Cannot read property 'firstChild' of undefined error is thrown in Scheduler.
'Cannot read property 'firstChild' of undefined error is thrown in Scheduler when the Month view is selected.
No error should be thrown with an empty resources dataSource in Scheduler.
The issue is a regression starting with 2020 R1 (2020.1.114) release
When you right click on an event to open a ContextMenu in the Scheduler, the first row is selected.
Regression introduced with 2022.1.301
The first row is selected
The targeted row should be selected
When a recurring event is created in a Scheduler and the id is not set to the event, then if the event is deleted an error is thrown in the console.
3.1. 'kendo.all.js:311085 Uncaught TypeError: Cannot read properties of undefined (reading 'startTimezone')' is thrown
3.2. 'Uncaught TypeError: Cannot read properties of undefined (reading recurrence exception)' is thrown in the console
There should be no errors in the console although the deleted event is without id being set. There could be some more descriptive message.
Hi Team,
I'd like to request the Kendo UI Scheduler contain a clearSelection() method within the built-in API.
Thank you!
Hi Team,
I'd like to request the functionality to sync the Kendo UI Scheduler's events with Google Calendar. This would be preferably one way from Kendo UI to Google.
Thank you!
Currently, the Scheduler widget does not provide the possibility to have different start and end times for its resources. We would like to have the possibility to indicate business hours and timezone per resource.
For example, in the demo linked here we would like Alex and Bob to have different business hours, and also to be able to mark that they are in different timezones.