Option Dates

The dates when tickets can be purchased for generating a calendar view

In terms of UI, this would typically be used to display dates on a calendar, where null dates would be disabled, false and 0.00 dates would be disabled but crossed out and obviously labelled as "Sold Out". You could then indicate dates with availability < 0.5as being limited, and >= 0.5 as normal availability.

ValueDescription
nullThere are no options available on this date.
FALSEThere are options available but none with enough availability to accommodate the provided ticket selection.
floatA percentage ratio where 1.00 is fully available and 0.00 is completely sold out.
Language