Question about mobile schedule

My mobile schedule is working great. I have one question. On month view when I click on on some specific day events are shown at bottom of calendar. It is possible when you click on specific day in month view to switch to day view on that day.

The following will do:

$$(“scheduler”).$$(“calendar”).attachEvent(“onDateSelect”,function(data){
$$(“scheduler”).$$(“day”).show();
});

Great, thank you Alexandra very much!