This version is out of date, covering development from v9.0.0 to v9.3.0. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

Prototype: Event

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')}}