Hi Paul,
You can customize the display range of the scheduler by disabling the timescale property and setting the view interval as 7 for the TimelineDay view like below.
views: [{ option:
'TimelineDay', interval:
7}],
timeScale:{
enable:
false
}
Output:

Sample: https://stackblitz.com/edit/aih11d?file=index.js
Kindly try the above sample and let us know if this meets your requirement.
Regards,
Ruksar Moosa Sait