Declined
Last Updated: 16 Sep 2020 06:17 by ADMIN
Created by: Admir
Comments: 1
Category: Scheduler
Type: Feature Request
1

Are you planning on implementing a feature to show a full year? same as the kendo-scheduler-month-view?

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

 

Unplanned
Last Updated: 15 May 2020 14:12 by ADMIN
Created by: Matthias
Comments: 0
Category: Scheduler
Type: Feature Request
3
Provide a built-in option to show the week numbers in the Month view of the Scheduler. 
Declined
Last Updated: 11 May 2020 11:55 by ADMIN
Created by: Paul
Comments: 1
Category: Scheduler
Type: Feature Request
0
Add a function to block out a period of time during the and assign a label to it. (e.g. a lunch break)
Unplanned
Last Updated: 12 Mar 2020 10:16 by ADMIN
Created by: Jurgen
Comments: 3
Category: Scheduler
Type: Feature Request
14
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.
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 Feb 2020 11:31 by ADMIN
Created by: Luke
Comments: 0
Category: Scheduler
Type: Feature Request
5

Currently, the Scheduler seems to be splitting out overnight shifts, sometimes across two separate weeks in the Agenda view.

Also, my end times are shown as 00:00. Both of these are a problem because we need to show overnight shifts as a single shift, and we need to show the end time along with the start time.

https://stackblitz.com/edit/angular-ew89m9

Unplanned
Last Updated: 15 Jan 2020 12:52 by ADMIN
Created by: Emerson
Comments: 1
Category: Scheduler
Type: Feature Request
3

Hi there,

Currently the scheduler lacks built in capabilities to handle holidays or, disabling arbitrary days.

The idea is to provide an array of holidays (date and title for example) and have the scheduler automatically disable this dates and properly highlight them in all views so the user is aware he/she can't create events in those.

 

Unplanned
Last Updated: 19 Dec 2019 12:06 by ADMIN
Created by: Cole
Comments: 0
Category: Scheduler
Type: Feature Request
6
Please provide a TimelineWorkWeekView component that will support [workWeekStart] and [workWeekEnd] input properties.
Unplanned
Last Updated: 09 Aug 2019 13:03 by ADMIN
Created by: Kevin
Comments: 1
Category: Scheduler
Type: Feature Request
4
We would like the ability to not show the Show Business Hours button on the bottom of scheduler.
Completed
Last Updated: 18 Jul 2019 08:25 by ADMIN
Created by: Hetali
Comments: 2
Category: Scheduler
Type: Feature Request
1
Provide a data property on the Scheduler Event, so that we can store the additional data that we need. And have access to that data on a certain event.
Completed
Last Updated: 09 Jul 2019 08:34 by ADMIN
Created by: Niki
Comments: 3
Category: Scheduler
Type: Feature Request
0
Possibility to customise each event's color
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: 22 Apr 2019 07:19 by ADMIN
Created by: Toine
Comments: 3
Category: Scheduler
Type: Feature Request
6
Currently the default height of a slot in day and weekview is pretty large. I would like to adjust the slot height to a custom size. 
Declined
Last Updated: 15 Apr 2019 09:51 by Toine
Created by: Toine
Comments: 2
Category: Scheduler
Type: Feature Request
0

Like in the other scheduler components it would be very nice to highlight the hoverd timeslot and show the start time of the slot when hovering

 

1 2 3 4 5 6