specifies the date of the event in the Google Maps popup marker
start | Date | the date when an event is scheduled to begin |
end | Date | the date when an event is scheduled to be completed |
event | object | the event object |
scheduler.templates.marker_date = function(date){
return scheduler.date.date_to_str("%Y-%m-%d %H:%i");
};
The template requires the map_view plugin to be activated.