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

All-day events in 5-day Resources scheduler always appear on Monday after upgrading to v2023.4.5839

Asked by Roman
2 days ago.

Hello DayPilot team and community,

I’m running into a strange issue with the Scheduler (Calendar) component in viewType = "Resources". In version 2023.4.5820, my all-day events displayed correctly across a 5-day grid. After updating to 2023.4.5839 (up to actual version), somel of my all-day events are now being “trimmed” and always rendered on Monday, regardless of their actual date.

Here’s a simplified snippet of my configuration:

const dp = new DayPilot.Calendar("dp", {

viewType: "Resources",
showAllDayEvents: true,
days: 5,
startDate: "2025-06-16", // Monday of the current week
allDayEnd: "Date",
allDayEventHeight: 26,


Answer posted by Dan Letecky [DayPilot]
2 days ago.

In the resources view, all-day events are always displayed only in the first matching column. This is by design, because the columns can have arbitrary IDs and dates.

If the behavior was different in some older versions, it was probably by accident.

I can see that you specify days: 5 in the config. If you just want to show 5 consecutive days, you can switch to viewType: "Days" and it will work.

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):