EventCancelled constant

IriTerm const EventCancelled

IRI for schema:EventCancelled

The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s).

Implementation

static const EventCancelled = IriTerm.prevalidated(
  'https://schema.org/EventCancelled',
);