By https://grant.codes/, using https://micropub-post-types.glitch.me
{
"type": [
"h-event"
],
"properties": {
"name": [
"XYZ"
],
"summary": [
"it's happening!"
],
"url": [
"http:\/\/example.com\/event-xyz"
],
"published": [
"2017-01-22T01:29:15+00:00"
],
"content": [
{
"html": "this event is gonna be great",
"value": "this event is gonna be great"
}
],
"start": [
"2017-07-12 17:30"
],
"end": [
"2017-07-12 19:30"
],
"location": [
{
"type": [
"h-card",
"p-location"
],
"properties": {
"name": [
"the place"
]
}
}
]
}
}