The segmented control for the views is displayedin the toolbar, although the Scheduler uses a custom toolbar configuration and the Segmented control is not added there.
Only componentes listed in the toolbar configuration should be displayed
Workaround:
.k-scheduler-toolbar > .k-toolbar-views-dropdown,
.k-scheduler-views.k-segmented-control {
display: none !important;
}