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

 

2 3 4 5 6 7