eventStatus
An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.
Expected Types
| Type | Description |
|---|---|
| EventStatusType | EventStatusType is an enumeration type whose instances represent several states that an Event may be in. |
Used on Types
| Type | Description |
|---|---|
| Event | An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated even... |