search envelope-o feed check
Home Unanswered Active Tags New Question

Hide non business hours from scheduler

Answered: Yes, this can be done by hiding selected time columns using the onIncludeTimeCell event handler or by defining the timeline manually.

Events displayed only on 30 minute boundaries?

Answered: At this moment, the Lite version of the Calendar only displays events this way - the start and end times are aligned with the grid cells and the real duration is highlighted using the duration bar. H...

Non-default cellDuration causes Calendar scroll position to change.

Answered: This issue should be fixed now in the latest sandbox build (2025.2.639):

Issue with Hiding Non-Business Hours Spanning Two Days in DayPilot Scheduler

Answered: The onIncludeTimeCell logic should look like this (it works for two days and scale="Hours"): onIncludeTimeCell: (args) => { const businessStart = 21; // 9 PM (21:00) const businessEnd = 6; ...

Can't seem to be able to install with npm

Answered: We are upgrading the infrastructure and there was a temporary issue that has been resolved now. Please let me know if the problem persists.

Guest calendar

Answered: Please take a look at this tutorial: JavaScript Calendar in Read-Only Mode (Open-Source)

How to drag events to queue on iPad, currently it does not trigger events

How to drag events to queue on iPad, currently it does not trigger events

Yay

Answered: I hope it helps!

on gantt row expand

Answered: Since version 2025.1.5435, it is possible to handle these actions using these new events: onRowCollapse onRowExpand

change the Gantt link shape

Answered: Yes, you can use the same property (linkShape) in the Gantt Chart.
List of all questions.