Initialize Calendar to Show Start and End Time on Event
Asked by Anonymous
1 years ago.
1 years ago.
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",
…
}
DayPilot