Calendar Views default appearance

I have a calendar view that contains entries (date only not time).

I want to have the calendar open in a 1-work-week style view, ie showing Mon-Fri but not San or Sun. To make matters worse I want it to open that way.

So I have gone into the view’s date preferences (tab 5 on a calendar view) and deselected all options except ‘work calendars’ and set the default to the same.

When the view opens it shows Mon/Tue for instance which is fine, EXCEPT for the fact that it still includes Sat and Sun. And since all the options are off there’s no alternate view setting to choose.

Does anyone know a way code-wise or setting-wise to force a calendar style view to open to simply “one work week per page not including weekends” when it is opened ?

Subject: Calendar Views default appearance

In the PostOpen event enter the following formula:

@Command( [CalendarFormat] ; “5” )