I want to change the CalendarPanel's activeView after component is loaded. I saw there is a setActiveView function which is marked private. It has a single id parameter. I tired it and the view indeed changed but with error at the line:
l.setActiveItem(id); -> Uncaught TypeError: Cannot read property 'xtype' of undefined
Any directions would be much appreciated