EventRescheduled constant

IriTerm const EventRescheduled

IRI for schema:EventRescheduled

The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated.)

Implementation

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