Events 1.1
From cbwiki.net
Contents |
Fields used in Events applications
<cb:simpleTitle>
Required. The formal title of the conference, etc. This only includes the actual conference title and does not include the name of the institutions(s) sponsoring or hosting it. See User Guide
<cb:occurrenceDate>
Required. The date that the event starts. See User Guide
<cb:institutionAbbrev>
Optional. See User Guide
<cb:audience>
Optional. See User Guide
<cb:keyword>
Optional. See User Guide
<cb:resource>
Optional. See User Guide
<cb:person>
Optional. Could be used to describe a contact person or organiser. See User Guide
<cb:venue>
Recommended. The building or institution in which the event took place. See User Guide
<cb:locationAsWritten>
Recommended. Human-readable text of the city, state and country in which the event took place. See User Guide
<cb:locationCountry>
Recommended. The country in which the event took place, using the ISO 3166 alpha-2 standard. See User Guide
<cb:locationState>
Optional. The state in which the event took place, if it is needed to uniquely identify the city. See User Guide
<cb:locationCity>
Recommended. The city in which the event took place. See User Guide
<cb:eventDateEnd>
Optional. The date that the event ends. If the event starts and ends on the same day, this element can be omitted, as the cb:occurrenceDate will be sufficient. See User Guide
Note on elements outside <cb:event>
<item><dcterms:audience>
Recommended - the group of people the event is intended for. See User Guide
<item><georss:point>
Optional. The physical location of the event defined as a single longitude-latitude pair. See User Guide
Events Examples
A minimalistic, but valid, events item
<item rdf:about="http://yoursite.org/events/20061219a.html">
<title>Event announcement: International conference on financial stability</title>
<link>http://yoursite.org/events/20061219a.html</link>
<description>Participants are invited to intend an international conference on financial stability at the Hilton Hotel in Kiev, Ukraine from 19-21 January 2007. Topics of discussion will include financial services supervision and so on.</description>
<dc:date>2006-12-19T19:20:00+01:00</dc:date>
<cb:event>
<cb:simpleTitle>International conference on financial stability</cb:simpleTitle>
<cb:occurrenceDate>2007-01-19T19:20:00+01:00</cb:occurrenceDate>
</cb:event>
</item>
A fuller events item
<item rdf:about="http://yoursite.org/events/20061219a.html">
<title>Event announcement: International conference on financial stability</title>
<link>http://yoursite.org/events/20061219a.html</link>
<description>Participants are invited to intend an international conference on financial stability at the Hilton Hotel in Kiev, Ukraine from 19-21 January 2007. Topics of discussion will include financial services supervision and so on.</description>
<dc:date>2006-12-19T19:20:00</dc:date>
<dcterms:audience>Financial supervisors</dcterms:audience>
<georss:point>45.256 -71.92</georss:point>
<cb:event>
<cb:simpleTitle>International conference on financial stability</cb:simpleTitle>
<cb:occurrenceDate>2007-01-19T19:20:00+01:00</cb:occurrenceDate>
<cb:keyword>financial stability</cb:keyword>
<cb:keyword>financial supervision</cb:keyword>
<cb:resource>
<cb:title>Conference programme in PDF format</cb:title>
<cb:link>http://yoursite.org/events/20061219a.pdf</cb:link>
<cb:description>Conference programme for the international conference on financial stability at the Hilton Hotel in Kiev, Ukraine from 19-21 January 2007.</cb:description>
</cb:resource>
<cb:venue>Hilton Hotel</cb:venue>
<cb:locationAsWritten>Kiev, Ukraine</cb:locationAsWritten>
<cb:locationCountry>UA</cb:locationCountry>
<cb:locationCity>Kiev</cb:locationCity>
<cb:eventDateEnd>2007-01-21T19:20:00+01:00</cb:eventDateEnd>
</cb:event>
</item>
