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

Scheduler not showing

Asked by Doug
3 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]
3 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
3 years ago.

Perfect. Thanks.

  • Doug
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.