Recurring events are not rendered on the correct date when an event has to be displayed on different dates in different time zones.
Below are two events recurring and nonrecurring created with the same starting date and time in UTC +2

After changing the time zone on the machine from UTC +2 to UTC -10 the event is rendered at 8 PM, but it is still displayed on Monday. Thus, recurring and non-recurring events created with the same start date and time are displayed on different days when the time zone is changed:

The date of the recurring event should be changed according to the time zone. It should be possible to repeat events on a different days of the week when the Scheduler is opened at different timezone
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 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.
In the Scheduler, if we have a slotTemplate and at the same time views.virtual, the resources().field in the slotTemplate always returns the same value (of the first resource).
The data-resource='#= resources().user_id #' in the slotTemplate always has the same value.
If the virtual is disabled, the data-resource='#= resources().user_id #' has a value based on the resource.
The resources should be correctly returned in the slotTemplate even if the virtual option is enabled.
The Scheduler, configured to import/export to iCal file, exports invalid file in Firefox.
Workaround - https://dojo.telerik.com/UjOVoYUT/2
The exported file is invalid and cannot be opened in Outlook or other apps
The exported file should be valid and be opened in Outlook.
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.
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.
The event hint should always be rendered starting from the event's position.
In Scheduler with Vertical Grouping and mobile:tablet, the cells for the resources and for the events a misaligned. That is observed only in timeline views.
Open the Dojo example.
The Resources and events cells are misaligned.
The cells for the resources and the events should be aligned.
Dojo example.
The event in the first Scheduler is misaligned.
The events in all Schedulers are properly aligned.
When using the resize method the Scheduler's current time marker is not resized
The current time marker is not resized, screenshot for better representation:

The current time marker should be resized when using the resize() method
Hi, we're using scheduler and we have the selectable set to true so users can drag and select timeslots to create.
The issue we're having is related to the autoscrolling when the user attempts to create a selection that is longer than the display window and attempts to drag past the display window but the scheduler would not auto scroll to expand the selection.
However, if we were to expand an existing event, the handler would be able to expand past the display window and scheduler would auto scroll. We were wondering if the event creation could have the same behavior.
Thanks,
Kenneth
When all-day event is rendered on more than one day the events in Scheduler are overlapped.
The events have the wrong calculation and are overlapping.
The event should not overlap:
Hi Team,
I want the scheduler to respond to mobile phones and tablets, e.g. I have many columns in the day view. I want to have specific columns, e.g. the first 2 or 3 to be visible and the rest to scroll horizontally so that you can see them within the scheduler and not have to scroll the page horizontally.
Thank you!
On Safari, the Scheduler throws an error.
An error is thrown on the browser console
No errors should be thrown
1. Open Timeline view in jQuery Scheduler Widget Demo | Kendo UI for jQuery (https://demos.telerik.com/kendo-ui/scheduler/timeline)
2. Edit in Kendo UI Dojo
3. Edit an event using the scheduler's event editor so that it is multi day, begins a week prior and ends at the start of the second day of a week at the time of a work day (Event: 06/02/2025 8AM - 06/10/2025 8 AM) (see attached screenshot)
4. Switch to "Work hours" instead of "Full day" view
=> The event is incorrectly displayed, missing a whole day.
In the Scheduler, when mobile is set to "tablet", and RTL is enabled, the event dates are shifted with one day.
The events are rendered on the 30 and 01 slots, instead of 29 and 30 as defined
Events should be rendered on the 29th and 30th slots, as configured
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
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.
Hi Team,
I would like to request a way to incorporate adding a reference to the model for group cells in the Kendo UI Scheduler. Perhaps using a uid for the cell may help.
Thank you!