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.  
Completed
Last Updated: 09 Feb 2021 09:15 by ADMIN

See https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/appearance/set-event-color-in-the-template

The example shows how to style the content of the event, but borders stay in the old color.

Additionally, images are broken.

 

Completed
Last Updated: 04 Dec 2023 13:08 by Sisi

Hi,

I'm having some erratic behavior when displaying recurring events in the scheduler when the browser is Safari and in other browsers when the device is an ipad.

The recurring events don't show on the presentation table, but if I force several clicks in the presentation table with the intention of creating a new event and then canceling, they sometimes are rendered in the right slots. After they are rendered if I click the presentation table they disappear again.

If I check the scheduler dataSource data the events are there to be shown.

I tried to replicate the same behavior with the scheduler demo that you have available and I couldn't replicate it. But then I realized  that in my case only recurring events won't show up. My hint was that the problem was with the recurrence rule. I created a dojo sample with my recurrence rule and then the bug appeared.

Concluding it seems that for some recurrence rules the recurring events may have problems to be rendered in the presentation table.

Here is a dojo sample replicating the problem that I describe:

https://dojo.telerik.com/USiLEXAk

 

How can I resolve this problem or have a potential fix?

Kind regards,

Marco Miranda. 

 

Completed
Last Updated: 27 Oct 2020 10:56 by ADMIN
Release 2020.R3.SP.next
Created by: Jim
Comments: 0
Category: Scheduler
Type: Bug Report
1

Bug report

Scheduler header is rendered incorrectly. Currently, the date is not visible and the buttons are not positioned correctly.

Reproduction of the problem

  1. Run the following demo

Current behavior

The date in the Scheduler is not visible and the buttons are not positioned correctly.

Expected/desired behavior

The date should be visible and the buttons should be positioned and styled correctly (Dojo)

Environment

  • Kendo UI version: 2020.3.915
  • Browser: [all ]
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: 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.


Declined
Last Updated: 13 Oct 2020 10:24 by ADMIN
Created by: Pallavi
Comments: 3
Category: Scheduler
Type: Feature Request
0

Hello

   I  wanted achieve some Changes in Agenda view of scheduler  Is it Possible

1. Want to drag and drop the event of Agenda page Up and Down

2. Calculate the total time of Event

3. After drag and drop the Event up and down the starting and Ending time of Event Change According to Total time

I am new in kendo UI so I don`t have any idea Is it possible to reflect this changes in Agenda page

attached SS please look forward It.

Thank You


Completed
Last Updated: 09 Oct 2020 06:55 by ADMIN
Release 2020.R3.SP.next
Created by: Marlon
Comments: 2
Category: Scheduler
Type: Bug Report
0

Hi all,

The following occurs to me when I have culture enabled. It seems a bug in the Scheduler end-date datepicker (editor popup, recurrence end-date) for at least in Firefox & Kendo 2020.2.617 (and higher versions).

When I want to end a recurrence by filling the end-date... the dates are missing. As you can see in the screenshot and link: https://dojo.telerik.com/OfIVozUY/2

How to fix this?

Thx in advance!

With kind regards,
Marlon

 

 

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. 

 

Declined
Last Updated: 28 Sep 2020 13:48 by ADMIN

Hi Team,

In kendo scheduler add a vie more(...) option in week view which is not available. It is very add to read if more appointments are there in a week.

 

Thanks

Asima

Completed
Last Updated: 12 Nov 2020 14:47 by ADMIN
Release 2020.R3.SP.next

Bug report

The Scheduler generates an additional event when a recurrenceRule with an end date and nth occurrence is used.
RRULE:WKST=MO;FREQ=MONTHLY;INTERVAL=1;BYDAY=TH;UNTIL=20201015T045959Z;BYSETPOS=4 should create an event, occurring every fourth Thursday until 15Oct2020. The scheduler will display an additional event on the 22Oct2020. Creating an event and manually configuring the recurrenceRule for an event, occurring every fourth Thursday until 15Oct2020 will result in the same behavior.

Reproduction of the problem

  1. Run this dojo
  2. Navigate to Oct2020

Current behavior

An event is displayed for 22Oct2020

Expected/desired behavior

No event should be displayed for 22Oct2020.

Environment

  • Kendo UI version: 2020.3.915
  • Browser: [all]
Completed
Last Updated: 10 Nov 2020 14:18 by ADMIN
Release 2020.R3.SP.next
Created by: Joshua
Comments: 0
Category: Scheduler
Type: Bug Report
0

Bug report

When creating a new recurring event in the Scheduler, the recurrenceRule does not contain WKST parameter (the first day of the week in the Scheduler). If you edit an existing recurring event, the WKST value is added to the recurrenceRule.

Reproduction of the problem

  1. Open a Scheduler demo - https://demos.telerik.com/kendo-ui/scheduler/index.
  2. Open the Network tab and create a new recurring event. The WKST value is missing.
  3. Edit the same event - the WKST value will be added to the recurrenceRule.

Current behavior

The WKST value is not added to the recurrenceRule when creating a new recurring event.

Expected/desired behavior

The WKST value should be added when creating a recurring event.

Environment

  • Kendo UI version: 2020.2.617
  • Browser: [all]
Completed
Last Updated: 12 Jan 2024 09:35 by ADMIN
Release R2.2023-Increment.1(15.Mar.2023)

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

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: 19 Jul 2023 15:28 by Frieder
Created by: Marco
Comments: 3
Category: Scheduler
Type: Feature Request
11

Currently vertical virtualization is available which improves the Day, Week and Month views. 

Such DOM virtualization would be good for the timeline views (where horizontal scrolling is utilized) as well. 

Completed
Last Updated: 15 Oct 2020 07:17 by ADMIN
Release 2020.R3.SP.next

Bug report

The Scheduler configured with remote dataSource, vertical grouping and with autoBind: false, throws an error "Cannot read property 'firstChild' of undefined" and the Scheduler layout is not rendered. The behavior is a regression introduced with Kendo UI v 2020.1.114

Reproduction of the problem

  1. Run this dojo

Expected/desired behavior

No error should be thrown with the above configuration.

Environment

  • Kendo UI version: 2020.2.513
  • Browser: [all]
Completed
Last Updated: 19 May 2023 09:25 by ADMIN
Release R2.2023-Increment.3(7.June.2023)

Bug report

Scheduler events in TimeLine view are displayed incorrectly when they start/end at the same time.

Reproduction of the problem

Run this dojo

Current behavior

Notice that Event 2 is displayed below Event 1, even though they do not overlap. Removing Event 3 results in Event 1 and 2 being rendered next to one another.

Expected/desired behavior

Event 2 should be displayed next to Event 1, but not below, as they do not overlap

Environment

  • Kendo UI version: 2020.2.513
  • 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]
Completed
Last Updated: 06 May 2020 14:23 by ADMIN

Hi there, 

 

We are currently in the process of developing a booking/rota system utilising the latest build of the Kendo UI JQuery library and during internal testing we've spotted a bug in the creation of recurrence events within the scheduler control whereby "weekly" recurrences are created with numerous "gaps" in the scheduled events.   

 

To re-create this is quite simple,

1. Create a page containing a Kendo Scheduler control and configure pretty much with defaults (but allowing for the creation of weekly recurrent events).

2. Navigate to a specific month - the one we've been using to reproduce is June 2020.  (Don't think it matters which scheduler view you use).

3. Create a new event and set the recurrence rule to be:

  • Weekly
  • Every Mon, Tue, Wed, Thu, Fri
  • Start on 1st June 2020
  • End on 30th June 2020

4. Save the event.

You should see that most of the events are created, however for all but the first week in the recurrence the events that should be created on the Mondays and Tuesdays are missing.

I've done some digging around within the development console across a few different current browsers, and it looks to be a bug in the SchedulerDataSource "expand" method.   If you add an event with a recurrence rule specified as follows:

FREQ=WEEKLY;UNTIL=20200630T235959Z;BYDAY=MO,TU,WE,TH,FR

and then call the "expand" method on the data-source to split this into multiple events, you'll see that you actually end up with 14 events returned, rather than the correct 20.

This functionality is fairly critical to our current project, so would appreciate any feedback/response as soon as possible please.   Happy to provide further explanatory notes etc...if needed.

 

Many thanks

 

Jonny

 

 

 

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.