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

Unplanned
Last Updated: 22 Apr 2024 17:32 by James
Created by: Robert
Comments: 9
Category: Scheduler
Type: Feature Request
27

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

Completed
Last Updated: 03 Oct 2022 09:25 by ADMIN
Created by: Julian
Comments: 5
Category: Scheduler
Type: Feature Request
27

Hello,

 

we request the feature, to have the possiblity, to create a new event, by doing a slot click + dragging the mouse + release to create a new event.

Can we expect this feature or do you can suggest a workaround using existing functionality to get a similar functionality?

 

Thank you!

Best regards

Julian Hochstetter

Unplanned
Last Updated: 16 Aug 2022 13:34 by ADMIN
Created by: Julian
Comments: 12
Category: Scheduler
Type: Feature Request
14

Hello,

 

we have the need, to implement custom timeline views for the scheduler which shows a month and quarter timeline view.

This is currently not possible because the TimelineViewModule is not exporting the TimelineMultiDayViewComponent.

We request, to add this component to the exports and provide an updated dev version of the scheduler published to npm so that we can continue soon.

 

Thank you!

Best regards

Julian Hochstetter

Unplanned
Last Updated: 04 Feb 2021 17:32 by James
Created by: Robert
Comments: 1
Category: Scheduler
Type: Feature Request
13

Provide an auto event height functionality in order to display the entire content of the event in the Moth view:

jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/auto-event-height

 

Duplicated
Last Updated: 03 Sep 2021 07:07 by ADMIN
Created by: Varun
Comments: 9
Category: Scheduler
Type: Feature Request
12

Please provide an option that allows to drag the Scheduler cells in order to define the time span when creating a new event. The behavior should be the same as the one demonstrated in the following example:

http://dojo.telerik.com/eqUgI

Thank you

Unplanned
Last Updated: 12 Mar 2020 10:16 by ADMIN
Created by: Jurgen
Comments: 3
Category: Scheduler
Type: Feature Request
12
Provide a way to freely specify a start and end date for a date range which should not consist of every date between the start and end date.
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!

Unplanned
Last Updated: 07 Jun 2019 10:03 by ADMIN
Created by: Hetali
Comments: 1
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.

Completed
Last Updated: 18 Jan 2023 12:09 by ADMIN
Created by: Andrei
Comments: 6
Category: Scheduler
Type: Feature Request
9

Hello,

The Month View in the Scheduler displays 6 weeks, and we sought to change this to just the 4 weeks in the current month, rather than showing 1.5 - 2 weeks of the following month as well. Could it possibly be made configurable to set the number of weeks, or perhaps a toggle to enable/disable extra days/weeks that are not in the current month?

 

Thanks

Unplanned
Last Updated: 14 Sep 2021 12:52 by ADMIN

Hi Team,

It will be a good feature to have the ability to hide/remove the toolbar and footer toolbar of the Scheduler component.

 

 

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.

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: 02 Mar 2020 15:14 by ADMIN
Created by: Toine
Comments: 0
Category: Scheduler
Type: Feature Request
7

We need to group the scheduler by date before it is grouped by resource. This doesn't seem possible in the Kendo UI for Angular Scheduler component. 

Our customers find the grouping by resource and then by date not workable in a real-life situation.

Group by date feature in jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/date-grouping

 

Unplanned
Last Updated: 27 Jul 2021 11:38 by ADMIN
Created by: Irfan
Comments: 0
Category: Scheduler
Type: Feature Request
7
Provide an option to specify how many events could be listed for a day. When there are more events for a specific day a "more" link will be placed at the bottom of the day slot and will navigate to the day view, if clicked.
Unplanned
Last Updated: 13 Jun 2019 05:13 by ADMIN
Created by: Shai
Comments: 0
Category: Scheduler
Type: Feature Request
7

In the jQuery Scheduler, the event template was also used for the drag hint. This allowed me to change the appearance of the drag hint according to the drag hint's position.

In the Angular Scheduler, the drag hint seems to show a static transparent copy of the event being dragged.

It will be really useful to have the drag-hint use the event template and also provide a boolean stating whether the event using the template is a drag hint.

 

Here's an example:

<ng-template kendoSchedulerEventTemplate let-event="event.dataItem" let-resources="resources" let-dragHint="isDragHint">
    <div [style.background-color]="calculateBackground(event, resources)" *ngIf="!dragHint; else: dragHintTemplate">>
        Regular Event
    </div>

    <ng-template #dragHintTemplate>
        <div [style.background-color]="calculateBackground(event, resources)">
            Drag Hint
        </div>
    </ng-template>
</ng-template>


 

Unplanned
Last Updated: 18 May 2022 09:02 by Dawid
Created by: Sean
Comments: 2
Category: Scheduler
Type: Feature Request
7

Currently the Scheduler does not provide an opportunity for splitting very large datasets into portions via paging or virtual scrolling. This leads to decreased performance when a very large amount of resources needs to be rendered in the same view.

Please introduce virtual scrolling and/or built-in paging capabilities to resolve the performance issues.

Unplanned
Last Updated: 10 Nov 2020 09:05 by Georgi
Created by: James
Comments: 2
Category: Scheduler
Type: Feature Request
6

Hi, Team!

As of now, the slotFill property is available only for Day and Week views.

I would like to have a similar property that modifies the extra open space (whitespace) at the end of the slot for the rest of the views:

  • Month
  • Timeline
  • Agenda
  • Multi-Week
  • Day

If you look at the 12pm "Dance Practice" event you can see the space on the end, I want the entire slot filled.  I tried CSS forcing the .k-event to 100% width which works with the daily view but this breaks the weekly view.

I know I can add logic to the click event to check if an event already exists and just ignore the click, but that is not very efficient and it still leaves that space on the end which serves no purpose and kind of ugly.  Any ideas?  

Unplanned
Last Updated: 09 Jun 2021 10:39 by ADMIN
Created by: Jhanendra
Comments: 0
Category: Scheduler
Type: Feature Request
6

Please provide an option that allows to resize the Scheduler columns similarly to the columns resize functionality of the Grid. 

Thank you

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)

1 2 3 4 5 6