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

event display

Asked by Hardik
1 year ago.

want to display my event based on date-time in scheduler.

Answer posted by Dan Letecky [DayPilot]
1 year ago.

By default, the Scheduler aligns event boxes with the grid cells. The exact start and end are displayed using the duration bar at the top of the event.

You can turn it off using "useEventBoxes" property:
https://doc.daypilot.org/scheduler/exact-event-duration/

config = {
  useEventBoxes: "Never",
  // ...
}

With this setting, the events will not be aligned with the grid and the position will be calculated directly from start and end date/time values.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.