sets the initial zoom of the map in the Map view
scheduler.config.map_initial_zoom = 7;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");
The property requires the map_view plugin to be activated.
You can also specify the initial_zoom setting inside the map_settings configuration object.