Unplanned
Last Updated: 17 Jun 2021 11:39 by ADMIN
Created by: Imported User
Comments: 5
Category: Scheduler
Type: Feature Request
22
See http://alloyui.com/examples/scheduler/. This is very intuitive and kendoui fails here a bit. Even show the time in the event dynamically
Unplanned
Last Updated: 21 May 2021 13:01 by George
Created by: George
Comments: 0
Category: Scheduler
Type: Bug Report
1

Bug report

The Scheduler, configured to import/export to iCal file, exports invalid file in Firefox.

Reproduction of the problem

  1. Open the Scheduler demo in Firefox - https://dojo.telerik.com/@martin.tabakov@progress.com/UtIqiTaC
  2. Hit the Export to iCal button.
  3. Try opening the file in Outlook.

Workaround - https://dojo.telerik.com/UjOVoYUT/2

Current behavior

The exported file is invalid and cannot be opened in Outlook or other apps

Expected/desired behavior

The exported file should be valid and be opened in Outlook.

Environment

  • Kendo UI version: 2021.2.512
  • Browser: [Firefox]
Unplanned
Last Updated: 21 May 2021 07:07 by ADMIN

Device : Windows 10 tablet

Browser : Latest Chrome and Edge

 

When trying to move an event vertically inside the scheduler, the entire web page is scrolling. This cause the event to not move has supposed to.

The problem can be exprienced on the demo page of the scheduler : https://demos.telerik.com/kendo-ui/scheduler/move-resize

Thank you

Unplanned
Last Updated: 22 Apr 2021 11:06 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: Scheduler
Type: Feature Request
0
I would like to define a template or a message or something such that when there's no events the scheduler doesn't just look like a smushed collection of buttons, or having to set a min-height on the event zone or some other hack.
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: 04 Jan 2021 13:42 by EK

Bug report

The empty space next to the event is needed if we want to add new event next to the one that we already have so it should be observed only if the editable setting is not false or {create: false}. If any of these is set the event should be 100%. https://demos.telerik.com/kendo-ui/scheduler/basic-usage

Reproduction of the problem

https://dojo.telerik.com/@zdravkov/uWExofIL

Current behavior

the event width takes all 90% of the width of the slot

Expected/desired behavior

the event width should take all the width of the slot

Environment

  • **Kendo UI version:2020.3.1118
Unplanned
Last Updated: 11 Dec 2020 10:26 by ADMIN

Bug report

In Scheduler event, if the eventTemplate has a table, the add event is triggered when editing an existing task, resulting that both popups open and close instantly.

Reproduction of the problem

Open this dojo example. Choose an event and click the span containing the text "I have some icons here".

Current behavior

The add event popup shows together with the edit event popup.

Expected/desired behavior

Only the edit event popup should be displayed.

Environment

  • Kendo UI version: 2019.3.917
  • Browser: [all]
Unplanned
Last Updated: 04 Dec 2020 22:15 by ADMIN
Created by: jwize
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to have built-in Editor Button Template for the Kendo UI Scheduler's Event editor window instead of having to prepend and append to the k-edit-buttons class element.  

Thank you!

Unplanned
Last Updated: 25 Nov 2020 13:53 by ADMIN
Created by: Ron Hary
Comments: 1
Category: Scheduler
Type: Bug Report
2

Please investigate this dojo sample:

https://dojo.telerik.com/IjIminuv

Even looking at the built-in Timeline view, one can see that the bottom gap is thinner in every group. However, switching to the TimelineEx view (that sets BottomRowOffset to 0), the problem is obvious...

Please address this computation error in the row-height...

Regards

Unplanned
Last Updated: 17 Nov 2020 10:26 by ADMIN
Created by: Steven
Comments: 3
Category: Scheduler
Type: Feature Request
1
I would like to be able to only see the days for the selected month when in month view.  Currently the calendar shows a set number of weeks and includes days from the previous/next month.   Some kind of setting to only show the days for the current month would be great.  
Unplanned
Last Updated: 16 Nov 2020 13:10 by Thomas

Bug report

When using the resize method the Scheduler's current time marker is not resized

Reproduction of the problem

  1. Run this dojo from this KB
  2. Note the horizontal scrollbar in the scheduler. For better representation collapse the Scheduler pane

Current behavior

The current time marker is not resized, screenshot for better representation:
image

Expected/desired behavior

The current time marker should be resized when using the resize() method

Environment

  • Kendo UI version: 2020.2.1023
  • Browser: [all]
Unplanned
Last Updated: 12 Oct 2020 09:39 by ADMIN

Feature in scheduler to display multiple vertical lines at configurable date/times like the below red lines in the screenshot.

We would like to use these lines to make it clear the period between two date/times to the user when viewing the Scheduler.



Styling of the line could be similar to the current time marker.


Unplanned
Last Updated: 06 Oct 2020 11:37 by ADMIN
Created by: Frederic
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi, we found a performance issue that occurs only in the "agenda" view, specially when events have several days of duration.

Look at this dojo.

https://dojo.telerik.com/@foxontherock/IZafonEW

In the "week" view, navigation from week to week is very fast.

In agenda view, it's very slow.

The issue is in that function: 

kendo.ui.AgendaView.prototype._tasks

On the 2nd loop, there's that call
task = event.clone();
and this one is repeated for each day of the event, even if the day to analyse is out of the agenda current period.

I think you can solve it by only looping the "visible" days of the current view.

In our case, events have several other fields not related to the agenda.  We are able to increase performance by removing them and only keep required ones, it's better, but still slow.

All others views performs very well with huge dataset / events on multiple days.

Unplanned
Last Updated: 24 Sep 2020 07:41 by ADMIN
Created by: Stig
Comments: 0
Category: Scheduler
Type: Feature Request
1

When a new all-day event is added in the Scheduler, the all-day slot height is dynamically adjusted. When there are a lot of all-day events, the rest of the week/day view gets hidden. For example, in the Basic Usage Demo if about 15 all-day events are created, the rest of the Scheduler table gets hidden. 

It will be good if there is an option to set a fixed height for the all-day slot and when there are multiple events to make it scrollable for example. 

 

Unplanned
Last Updated: 15 Jun 2020 09:42 by K.Ramadan

Bug report

Reproduction of the problem

Dojo example.

  1. Run the example

Current behavior

The event in the first Scheduler is misaligned.

Expected/desired behavior

The events in all Schedulers are properly aligned.

Environment

  • Kendo UI version: 2020.2.513
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 12 May 2020 09:41 by Daniel

Bug report

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.

Reproduction of the problem

Open the Dojo example.

Current behavior

The Resources and events cells are misaligned.

Expected/desired behavior

The cells for the resources and the events should be aligned.

Environment

  • Kendo UI version: 2020.1.406
  • Browser: [all]
Unplanned
Last Updated: 24 Mar 2020 10:12 by ADMIN

Currently, the Scheduler has the navigate event that is triggered when the user changes the selected date or view of the component. This event is triggered before the new view is loaded. 

It will be very useful if there is an event, similar to navigate, which is triggered when the new view is loaded, not before.    

* The Scheduler's view instance has an "activate" event that is not publicly exposed. This event could be exposed as a possible implementation of the current FR. 

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