Hi! im working with schedule component and i has a issue not minor: when i'm in view week and from external button i change the current view: "this.scheduleObj.currentView = 'Month'", the load data request is called twice.
This has as effect that events has re-render twice.
I tried to use "this.scheduleObj.changeCurrentView('Month') but still the same behaviour.
Regards