Skip to content

Instantly share code, notes, and snippets.

@barnaclebarnes
Created August 1, 2017 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barnaclebarnes/c0ad4219a4dd21bcfebb27b168957e37 to your computer and use it in GitHub Desktop.
Save barnaclebarnes/c0ad4219a4dd21bcfebb27b168957e37 to your computer and use it in GitHub Desktop.
Example events feed for My Tours app
[
{
"@context": "http://schema.org",
"@type": "Event",
"description": "<p>HTML formatted description</p>",
"location": {
"@type": "place",
"address": "3822 Ridge Avenue, Philadelphia, PA 19132",
"name": "Laurel Hill Cemetery"
},
"name": "Victorians After Dark (A Young Friends Event)",
"offers": {
"@type": "Offer",
"name": "Tickets",
"url": "https://67610.blackbaudhosting.com/67610/page.aspx?pid=196&amp;tab=2&amp;txobjid=f6237a20-167f-4917-9450-2c8b9890c1a8"
},
"organizer": "Laurel Hill Cemetery",
"startDate": "2017-08-03T00:00:00-04:00",
"url": "https://thelaurelhillcemetery.org/events/victorians-after-dark-a-young-friends-event"
},
{
"@context": "http://schema.org",
"@type": "Event",
"description": "<p>HTML formatted description</p>",
"location": {
"@type": "place",
"address": "3822 Ridge Avenue, Philadelphia, PA 19132",
"name": "Laurel Hill Cemetery"
},
"name": "The Ghostly Circus: Fire and Aerial Theater",
"offers": {
"@type": "Offer",
"name": "Tickets",
"url": "https://67610.blackbaudhosting.com/67610/page.aspx?pid=196&amp;tab=2&amp;txobjid=dd8238f1-ab24-4b04-b31f-47ac79d24acc"
},
"organizer": "Laurel Hill Cemetery",
"startDate": "2017-08-04T19:00:00-04:00",
"url": "https://thelaurelhillcemetery.org/events/the-ghostly-circus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment