Asked by Doug
6 years ago.
I'm guessing maybe something in my CSS is messing up the display of the scheduler... Or maybe my JavaScript is wrong.
Why aren't my events showing here? https://online.northcarolina.edu/daypilot.html
Thanks.
Answer posted by Dan Letecky [DayPilot]
6 years ago.
The following combination of properties results in an empty timeline:
days: 1,
startDate: new DayPilot.Date('2020-02-01T00:00:00+00:00'),
showNonBusiness: false,
businessWeekends: false,
The startDate is Saturday and it gets hidden because of showNonBusiness and businessWeekends.
Comment posted by Doug
6 years ago.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.