#104154
Hadasa
Participant

For anyone interested in this feature in the future, I’ve achieved the desired effect with a custom view:
<div>
<div>

{
  type: 'week',
  label: "day",
  value: "singleDay",
  hideWeekend: false,
  hideNonworkingWeekdays: false,
  additionalDays: -6,
}

</div>
</div>