Day specific start and end time

Asked by Anonymous
7 years ago.

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",

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