Duplicated
Last Updated: 18 Oct 2022 07:58 by ADMIN
Created by: Imported User
Comments: 2
Category: Scheduler
Type: Feature Request
1
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.  
Declined
Last Updated: 02 Dec 2021 12:06 by ADMIN
The cursor jumps on the screen (and takes no action) when you try to right click on the screen and modify an event.  
See the video: https://goo.gl/44HtR9
Declined
Last Updated: 20 Jan 2022 12:17 by ADMIN
when the user edits a recurring appointment , a pop comes which ask the user to either edit a occurrence or series of that appointment. The content inside the appointment editor is based on which option is  selected. Since the user can press (x) of occurrence or series popup. The event for cancel is becomes a necessity.Kindly provide cancel event of that popup. 
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: 12 Aug 2019 14:14 by ADMIN

Bug report

Reproduction of the problem

Reproducible in the Events demo.

  1. In the AllDay slot click and drag the mouse from Monday to Wednesday.
  2. The change event fires 3 times (expected).
  3. Click on Wednesday to select only that slot.
  4. The change event does not fire.

Also reproducible when selecting the slots from right to left (Wed to Mon) and then selecting the last slot (Mon).

The behavior is identical when selecting slots in a specific day, e.g. selecting and dragging from 8:00 to 10:00 and then selecting the last slot (9:30-10:00).

Current behavior

The change event does not fire.

Expected/desired behavior

The change event fires.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all ]
Declined
Last Updated: 12 Mar 2021 12:53 by ADMIN
Created by: Igor
Comments: 2
Category: Scheduler
Type: Feature Request
1
Add the ability to use html tags in Scheduler resource
Declined
Last Updated: 28 Sep 2021 09:58 by ADMIN
Created by: JoPi
Comments: 2
Category: Scheduler
Type: Feature Request
1
Can you add a Status Bar to scheduler appointments as per the winforms scheduler & Outlook.
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.
Declined
Last Updated: 04 Nov 2021 12:20 by ADMIN
Allow the sorting of all day events in day / week views and allow sorting of events in month view as well.  A lot of all-day events have the same start and end time, it would be nice to be able to sort them on another field in my model.
Completed
Last Updated: 20 Sep 2021 13:59 by ADMIN
Created by: Daniel
Comments: 1
Category: Scheduler
Type: Feature Request
1
In date pickers in scheduler and occurence editor to easily be configured to show week numbers.
Completed
Last Updated: 04 Nov 2021 12:13 by ADMIN
Use case:  A workorder needs to be scheduled.  It requires a primary resource (vehicle, meeting room) to which multiple additional resources are added (people, equipment).  Each resource could be added to the workorder's timeline together with inheritance of schedule, or independently.
Completed
Last Updated: 25 Jan 2022 09:34 by ADMIN
There should be a way to programmatically get the selected timeslots from the scheduler. This might need to have the ability to not lose focus on blur of scheduler
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
Declined
Last Updated: 18 Feb 2022 05:50 by ADMIN
We can get a string like FREQ=MONTHLY;INTERVAL=2;COUNT=2;BYMONTHDAY=19 but it would be great if there was an option to get a more readable format of the recurrence for labeling purposes (if you cannot already, I cannot find any documentation saying you can). Like, 'Recurring Every 2 months on the 19th, twice' or some such.
Completed
Last Updated: 16 Feb 2022 14:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
1
Currently, the moveEnd handler contains e.slot and e.resources objects to provide information about the slot where the event was dropped. Please add the corresponding fields to the moveStart handler to identify where the move began.
Completed
Last Updated: 09 Sep 2022 08:23 by ADMIN
Release 2022.R3

Bug report

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

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/aCEtARaH/22
  2. Right-click on a event cell

Current behavior

The first row is selected

Expected/desired behavior

The targeted row should be selected

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all]
Completed
Last Updated: 22 Mar 2024 13:54 by ADMIN

Bug report

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.

Reproduction of the problem

  1. Open the Dojo example.
  2. Create a new recurring event
  3. Remove the event:
    3.1. Select the 'Delete current occurrence' option
    3.2. Select the 'Delete the series' option

Current behavior

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

Expected/desired behavior

There should be no errors in the console although the deleted event is without id being set. There could be some more descriptive message.

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all ]
Unplanned
Last Updated: 19 Oct 2022 07:35 by Hilton Pereira

Bug report

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.

Reproduction of the problem

  1. Open the Dojo or Dojo 2
  2. Click on an event in the last column

Current behavior

  1. An alert with the id of the event should appear. However, currently wrong id that belongs to a different event is displayed.

Expected/desired behavior

The correct id of the selected event schould be returned in the change event hanlder.

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [all]
Unplanned
Last Updated: 20 Oct 2022 08:30 by George

Bug report

When the YearView in Scheduler is opened on iOS device in desktop mode it could not be scrolled

Reproduction of the problem

  1. Open the demos - https://demos.telerik.com/kendo-ui/scheduler/yearview in Safari on iOS mobile device
  2. Set the Safari browser to be in Desktop mode.
  3. Try to scroll

Current behavior

The Scheduler in Year View could not be scrolled.

Expected/desired behavior

The Scheduler should be scrolled in iOS in both - mobile and desktop modes.

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [ iOS XX Safari ]
Completed
Last Updated: 22 Dec 2022 14:33 by ADMIN
Release R1.2023-Increment.3(18.Jan.2023)
Created by: Paul
Comments: 1
Category: Scheduler
Type: Bug Report
0

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.