<?xml version="1.0" encoding="ISO-8859-1" ?>
<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns="http://purl.org/rss/1.0/" 
	xmlns:cal="http://ilrt.org/discovery/2001/10/cal-drafts/cal-core.rdf#" 
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

	<channel rdf:about="http://domain.meeting/">
		<title>Meeting</title>
		<link>http://domain.meeting/</link>
		<description>
			Beschreibung des Feeds
		</description>
		<items>
			<rdf:Seq>
				<rdf:li resource="http://domain.meeting/00001" />
			</rdf:Seq>
		</items>
		<dc:date>2004-11-22T12:59:38+00:00</dc:date>
		<dc:publisher>Ersteller des Feeds</dc:publisher>
	</channel>

	<item rdf:about="http://domain.meeting/00001">
		<title>Meeting-Name</title>
		<link>http://domain.meeting/00001</link>
		<description>eine Beschreibung</description>
		<dc:date>2004-11-22T11:47:00+00:00</dc:date>
		<dc:creator>Stefan Dreßler</dc:creator>

		<cal:attendee>
			<cal:Cal-address rdf:about="mailto:name@domain.email">
				<foaf:mbox>name@domain.email</foaf:mbox>
				<foaf:name>Vorname Name</foaf:name>
			</cal:Cal-address>
		</cal:attendee>

		<cal:attendee>
			<cal:Cal-address rdf:about="mailto:name@domain.email">
				<foaf:mbox>name@domain.email</foaf:mbox>
				<foaf:name>Vorname Name</foaf:name>
			</cal:Cal-address>
		</cal:attendee>

		<cal:dtstart>
			<cal:Date-time>
				<rdf:value>2004-11-22T15:00:00+00:00Z</rdf:value>
			</cal:Date-time>
		</cal:dtstart>
		<cal:dtend>
			<cal:Date-time>
				<rdf:value>2004-11-22T16:00:00+00:00Z</rdf:value>
			</cal:Date-time>
		</cal:dtend>

		<cal:location>
			<cal:Geo>
				<foaf:name>Berlin, Germany</foaf:name>
			</cal:Geo>
		</cal:location>
	</item>
</rdf:RDF>
