An item with the item type http://data-vocabulary.org/Event represents an event such as a concert, lecture, class, etc. The following are the type's defined property names
| Property | Description |
|---|---|
summary |
Required. The name of the event. |
url |
Link to the event details page. |
location |
The location or venue of the event. Can optionally be represented by nested Organization data, or nested Address data. Recommended (unless the page containing the markup is a page about the venue, and the location is the same for every event.) More information about nested entities. |
description |
A description of the event. |
startDate (dtstart) |
Required. The starting date and time of the event in ISO date format. |
endDate (dtend) |
The ending date and time of the event in ISO date format. |
duration |
The duration date of the event in ISO duration format. |
eventType (category) |
The category of the event, such as "Festival", "Concert", "Lecture". |
geo |
Specifies the geographical coordinates of the location. Includes two elements: latitude and longitude. Optional.
|
photo |
A link to a photo or image related to the event. |