marker_date

specifies the date of the event in the Google Maps popup marker

startDatethe date when an event is scheduled to begin
endDatethe date when an event is scheduled to be completed
eventobjectthe event object

Example

scheduler.templates.marker_date = function(date){
    return scheduler.date.date_to_str("%Y-%m-%d %H:%i"); 
};

Applicable views:Map View
Details

The template requires the map_view plugin to be activated.

See also
Back to top