'says' to present the numbers of days in the Month view as clickable links that open the related day in the specified view
scheduler.config.active_link_view = "week"; //where we'll jump from the Month view
...
scheduler.init('scheduler_here',new Date(2012,7,6),"month");
The property requires the active_links plugin to be activated.
The property should be set to the name of the view you want to open month's days in.