microformats2/spec/support/cases/microformat2-node.jit.su/h-event/h-event-7.js
2013-04-18 22:13:36 -07:00

20 lines
460 B
JavaScript

// http://microformat2-node.jit.su/h-event.html
{
"items": [{
"type": ["h-event"],
"properties": {
"name": ["The party"],
"start": [
"2013-03-14",
"2013-06-25T07:00:00",
"2013-06-26",
"2013-06-27",
"2013-06-28",
"2013-06-29",
"2013-07-01",
"2013-07-02"
]
}
}]
}