My question is regarding this product - https://code.daypilot.org/30451/angular-calendar-day-week-month-views
When I am in the week view, can I set start and end times that is specific to a day of the week?
e.g.
Day    start   end
Mon  10:00  5:00
Tue    11:00  4:00
Wed    9:00  3:00
.
.
.
I tried this, but it does not do what I want.
 
  configWeek: any = {
    cellHeight: 20,
    cellDuration: 15,
    businessBeginsHour: 10,  --> All the days of the week have the start time as 10:00, which I don't want
    viewType: "Week",