To change the MultiViewCalendar, you have to look for the header classes and manipulate them via javascript after the calendar renders.
The footer has an API option so you can change it declaratively.
The header also needs an API option, so that we can either adjust the view button's text (by default the button provides a way to change the calendar's view) or to replace the button entirely with something else, like a centered drop-down month selection button (just an example, my use case was to center, bold, and display the title of the calendar while getting rid of the ability to change the view). Be good if this option handled supported either a string or a template or a function, depending on what is best for the control's future plans.