How do I set the showEventStartEnd property of my calendar to true? I tried using this piece of code, but it’s not working for me.
const dp = new DayPilot.Calendar("dp", {
theme: "business_theme",
viewType: "Week",
showEventStartEnd: "true",
timeRangeSelectedHandling: "Enabled",
…
}