This is currently not possible for every view, only for the day/week view.
For those ones you could use this setting in the Custom Calendar Config:
"weekViewCfg": { //or "dayViewCfg"
"dayCount": 5,
"startDayIsStatic": true
},
... and setting the correct starting day (which would be 1 if you want Monday as the starting day of the week)