Hik michbarr4,
Thanks for getting in touch!
That is not possible out of the box but should be doable with some customization. Although customizations are not covered by our support terms I can try to give you some tips.
One option would be doing a template override for the week view. You can find those files in this folder:
wp-content/plugins/events-calendar-pro/src/views/pro/week
You will find some instructions in the header of each file where you will need to put the overrides.
The other option would be using the list view and customizing the query for that. This is a good starting example:
https://gist.github.com/andrasguseo/24bf2ba3259b29e079829f112087247e
This snippet will limit the search to the day selected in the tribe bar.
If you always want a week from Monday to Sunday then you will probably need to add a ‘start_day’ as well, and adjust the ‘end_day’.
Hope this helps.
Cheers,
Andras