specifies the map provider
scheduler.config.map_view_provider = "googleMap";
...
scheduler.init('scheduler_here',new Date(2024,05,11),"map");
The property requires the map_view plugin to be activated.
You can also specify the map provider inside the map_settings configuration object.
added in v7.1
Back to top