how to refresh calendar view when the user is not in calendar tab var controller = appCtxt.getCurrentController();
controller._refreshAction(false);
works only if the user is in calendar tab. How to refresh the calendar view when user is not in calendar tab? Thanks. |