Event
Intended for use with calendar/timeline related notes.
This prototype's non-default customisations other than $IsPrototype, $Name, and intrinsic map features (height, width, etc.) are listed below.
$DisplayedAttributes: "StartDate;EndDate;DueDate;TimelineBand".
$Badge: "clock".
$AccentColor: "dark red".
$Color: "muted red".
$HoverExpression. If a $StartDate is set, show $StartDate, and $EndDate (if set) else no expression data is generated:
if($StartDate){$StartDate.format('l')+if($EndDate){' - '+$EndDate.format('l')}}