Types

Event

Example

{
  "type": "Event",
  "name": "Property Showing 1007 Mountain Gate Rd",
  "description": "an example meeting request for 4:00PM to 4:30PM.",
  "about": {
    "type": "PropertyListing",
    "originatingSystemName": "GOTHAM-MLS",
    "originatingSystemKey": "12345",
    "url": "https://{company-website-url}/{path-to-listing}",
    "streetAddress": "1007 Mountain Gate Rd",
    "addressRegion": "New Jersey",
    "addressLocality": "Gotham City",
    "postalCode": "10010",
    "addressCountry": "USA",
    "listingPrice": {
      "type": "PriceSpecification",
      "price": 7500000,
      "priceCurrency": "USD"
    }
  },
  "startDate": "2019-08-01T16:00Z",
  "endDate": "2019-08-01T16:30Z",
  "organizer": {
    "type": "RealEstateAgent",
    "name": "Bruce Wayne",
    "id": "https://batman.example.com/profile/card#me"
  }
}

Schema

NameTypeDescription
(root)objectAn event happening at a certain time and location
typestringThe item type (Linked-Data @type)
namestringname of the event
descriptionstringevent message content
aboutobjecta subject of the meeting or event
startDatestringthe start date-time (ISO 8601 formated) format (date-time)
endDatestringthe end date-time (ISO 8601 formated) format (date-time)
organizerobjectthe event organizer
Previous
EmailMessage