Hi @pagallery,
Our shortcode allows you to set a default view in the free version as well as the Pro version. You can see the options in ours docs here: https://docs.piecalendar.com/article/5-shortcode-options
With that, you could easily do what you mentioned with a calendar on each page, each with different default views.
In terms of disallowing the user to change the view, you’d simply need to hide the controls with CSS. The CSS to do that is quite simple:
.piecal-controls {display: none;}
You could modify the CSS to be something like this to only hide the controls on that specific page:
.page-id-13 .piecal-controls {display: none;}
Of course, want to change “13” to whatever your page ID is.
A setting to hide the view controls doesn’t yet exist, but I’ll be glad to note that in our feature requests board if it’s something you’d like to see in the future.
Let me know if you have any other questions!
