Events
From cbwiki.net
Contents |
Fields used in Events applications 1.0
<title>
Required. See User Guide
<link>
Required. URL of the event's web page. See User Guide
<description>
Required. A discussion of the subject of the event. See User Guide
<dc:date>
Required. The date this item entered into the RSS feed. See User Guide
<dcterms:audience>
Recommended. The group of people the event is intended for. This may or may not also be the location of the event. See User Guide
<cb:application>
Required. Set to the value event. See User Guide
<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: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. Physical location of the event. 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
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> <dcterms:audience>Financial Supervisors Authority of Ukraine</dcterms:audience> <cb:application>event</cb:application> <cb:simpleTitle>International conference on financial stability</cb:simpleTitle> <cb:occurrenceDate>2007-01-19T19:20:00+01:00</cb:occurrenceDate> </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>
<cb:application>event</cb:application>
<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, Kiev, Ukraine</cb:venue>
<cb:eventDateEnd>2007-01-21T19:20:00+01:00</cb:eventDateEnd>
</item>
