Unplanned
Last Updated: 23 Jul 2024 18:26 by Kurt
Created by: Robert
Comments: 12
Category: Scheduler
Type: Feature Request
35

Provide the possibility to dynamically change the height of the slots in Month, Multi-Week, and other views. This feature is useful in order to fit the events in the specific slot:

jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/adaptive-slot-height

Unplanned
Last Updated: 15 Jul 2024 07:08 by Christian

Hi,

Currently, when adding or editing an event, if the user chooses any start date, the end date field does not update, and the user needs to manually add the time. This is acceptable, but in some cases, automatically adding 30 minutes or 1 hour to the start date and time would be a useful feature.

Similar to Microsoft Teams Meeting editor. Recording provided.

 

Duplicated
Last Updated: 11 Jul 2024 08:39 by ADMIN

Hi,

I have events with reccurenceRule with start time setted to 00:00:01:

    {
      id: 4,
      title: '1 OK',
      start: new Date('2020-10-19T00:00:01'),
      end: new Date('2020-10-19T10:30:00'),
      recurrenceRule: 'FREQ=WEEKLY;UNTIL=20201028;BYDAY=MO',
    },
    {
      id: 5,
      title: '2 OK',
      start: new Date('2020-10-19T00:00:01'),
      end: new Date('2020-10-19T10:30:00'),
      recurrenceRule: 'FREQ=WEEKLY;UNTIL=20201028;BYDAY=TU',
    },
    {
      id: 6,
      title: '3 OK',
      start: new Date('2020-10-19T00:00:01'),
      end: new Date('2020-10-19T10:30:00'),
      recurrenceRule: 'FREQ=WEEKLY;UNTIL=20201028;BYDAY=WE',
    },

After changing start time to be 00:00:00:

  1. Wednesday's event started showing on October 14th.
  2. Event from Tuesday '2BAD' hass been duplicated and is also shown on October 14th.
 {
      id: 1,
      title: '1 BAD',
      start: new Date('2020-10-05T00:00:00'),
      end: new Date('2020-10-05T10:30:00'),
      recurrenceRule: 'FREQ=WEEKLY;UNTIL=20201014;BYDAY=MO',
    },
    {
      id: 2,
      title: '2 BAD',
      start: new Date('2020-10-05T00:00:00'),
      end: new Date('2020-10-05T10:30:00'),
      recurrenceRule: 'FREQ=WEEKLY;UNTIL=20201014;BYDAY=TU',
    },
    {
      id: 3,
      title: '3 BAD',
      start: new Date('2020-10-05T00:00:00'),
      end: new Date('2020-10-05T10:30:00'),
      recurrenceRule: 'FREQ=WEEKLY;UNTIL=20201014;BYDAY=WE',
    },


StackBlitz: https://stackblitz.com/edit/angular-pusn73-utpuwe?file=src%2Fapp%2Fapp.component.ts

Unplanned
Last Updated: 19 Jun 2024 10:14 by Hasitha
Created by: Hasitha
Comments: 0
Category: Scheduler
Type: Feature Request
1

Currently, Kendo UI for Angular Scheduler requires recurrenceExceptions to match the start date time. If the recurrenceExceptions time doesn't match the event start time, then the exception doesn't work which might confuse the user or developer using the component.

Example - https://stackblitz.com/edit/angular-d32nfp-e9ybqn?file=src%2Fapp%2Fapp.component.ts

The 06/09 event should not render, but due to the time difference in the start and exception date, it renders the event.

The same will go for editing if an event has a recurrenceExceptions, and the user edits the series by changing the start time, it will render the event in the exception time due to that change:

https://stackblitz.com/edit/angular-zh12c4-h8hvq4?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts

Edit the series and change the start time to see that the event will also be rendered on the exception date which is the 10/21/2020.

However, there are numerous scenarios where users need more flexibility in defining recurrenceExceptions based on broader criteria, rather than strict start time matching. In such case it will be nice to have more control and for the reccurenceExceptions to not depend on the event start date time.

Unplanned
Last Updated: 14 Jun 2024 09:06 by Zihan
Created by: Zihan
Comments: 0
Category: Scheduler
Type: Feature Request
2

Hi, Team!

I would like to request a template that would allow me to customize the slots in the Year view:

Unplanned
Last Updated: 14 Jun 2024 09:04 by Zihan
Created by: Zihan
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi, Team!

I would like to request a property that would allow me to programmatically control the number of rows that is used for rendering the months in the Scheduler Year view.

Unplanned
Last Updated: 31 May 2024 08:53 by Izzy
Created by: Izzy
Comments: 0
Category: Scheduler
Type: Feature Request
1

Currently, all events are set min-height of 25px. That causes the visually improper display of events:

Screenshot 2024-05-27 at 17 49 37

Removing the applied min-height style will make sure that the events are visually positioned as expected, but the events' titles will be partly or fully hidden:

Screenshot 2024-05-27 at 18 02 05

A workaround based on custom CSS is demonstrated in the following example: 

https://stackblitz.com/edit/angular-bvh7fq-1s3ub7

 

 

Completed
Last Updated: 27 May 2024 09:11 by ADMIN
Created by: Hetali
Comments: 2
Category: Scheduler
Type: Feature Request
9

A property to remove all-day slot in the scheduler just like it is in jQuery (https://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler/configuration/alldayslot)

 

Current workaround:

Add the following CSS snippet:

 

.hide-all-day .k-scheduler-table tr:nth-of-type(0), .k-scheduler-times-all-day, .k-scheduler-table.k-scheduler-header-all-day {
  display: none;
}

 

Thank you.

Unplanned
Last Updated: 01 May 2024 05:50 by Hubert Frick

It will be a good addition to the component if an option like layout is provided to adjust the action buttons of the editing dialog. Similar to the following Dialog demo:

https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/action-buttons/#toc-using-the-actions-component

 

Unplanned
Last Updated: 17 Apr 2024 06:42 by ADMIN
Created by: BOBY
Comments: 8
Category: Scheduler
Type: Feature Request
1
Allow the Scheduler PDF to export to multiple pages.   This is very important for us...
Unplanned
Last Updated: 23 Feb 2024 08:22 by ADMIN
Created by: Rob
Comments: 3
Category: Scheduler
Type: Feature Request
8

Hi,

I would like a feature that allow to build a timeline view and group them using the Group resource calendar view and would like to show individual resource timeline in the group as demonstrated in the following picture:

thanks

Unplanned
Last Updated: 22 Feb 2024 11:38 by Mark
Created by: Mark
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi, Team! 

I would like to request an adaptive rendering feature for the Kendo UI for Angular Scheduler component similar to the one present in the Kendo UI for jQuery library:

https://docs.telerik.com/kendo-ui/controls/scheduler/adaptive-rendering

 

Completed
Last Updated: 09 Feb 2024 14:01 by ADMIN
Created by: CHARBEL KALLASSY
Comments: 3
Category: Scheduler
Type: Feature Request
11

Hi, Team!

I would like to have a designated Timeline View that displays a whole year. 

Best regards!

Completed
Last Updated: 09 Feb 2024 13:53 by ADMIN
Created by: Nidal
Comments: 9
Category: Scheduler
Type: Feature Request
6

Hy support team,

i am looking to get a year view of a schedueler but it seems to me that the documentation doesnt adress this point.

is there a workarround ?

                       2022
januray february March April............................................December
1             1
2             2
3             3
4             4
5             5
....

Completed
Last Updated: 09 Feb 2024 13:50 by ADMIN
Created by: Loic
Comments: 4
Category: Scheduler
Type: Feature Request
9

Hello, Team!

I would like to have a timeline view with custom number of days/weeks.

Completed
Last Updated: 15 Jan 2024 11:25 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Scheduler
Type: Feature Request
6

Provide a template that allows modifying the following time slots for the TimeLine view.

113304914-29ca9e00-930b-11eb-8530-45503530f46b.png (1025×344)

Unplanned
Last Updated: 15 Jan 2024 09:49 by Arpitha
Created by: Arpitha
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi,

A template for the load more button will allow flexibility to display more information about the events or other content. The template should also provide the events for the specific date which will help in scenarios where the button should show how many events are hidden.

Example use case:

 

Unplanned
Last Updated: 15 Jan 2024 08:37 by Arpitha

Hi, 

It will be a good feature to provide a way to change the content of the date headers in the Scheduler as currently, the kendoSchedulerDateHeaderTemplate doesn't support the month view.

Unplanned
Last Updated: 22 Dec 2023 06:54 by TMatt

Hi,

The current design of the Scheduler displays days from the previous and next month in the current month view. This behavior aligns with the calendars of both Apple and Microsoft:

Example with Scheduler - https://stackblitz.com/edit/angular-gdzdca-4hrqyw

Nevertheless, it would be a valuable enhancement if developers had the option to exclude those days/weeks.

In Development
Last Updated: 29 Nov 2023 08:47 by ADMIN
Created by: Abhishek
Comments: 1
Category: Scheduler
Type: Feature Request
35

Hi,

Currently, the all-day events that last for more than 24 hours can be displayed only in the specific all-day row. Please provide an option that allows displaying the all-day events in the Scheduler main view as well. 

thanks

1 2 3 4 5 6