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,