Once again, my apologies in advance if there's some error on my part that has prevented me from getting the right kind of feed configuation. Here's what the feed looks like coming out of my test site:
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>phpScheduleIt Reservations</title>
<item>
<title>Sanctuary [06/14/2007 @ 12:00am]</title>
<link>http://[mysite]/reserve.php?type=m&resid=sc145d145411d96e&scheduleid=sc145d11d5380a3f</link>
<description></description>
</item>
<item>
<title>Sanctuary [06/07/2007 @ 12:00am]</title>
<link>http://[mysite]reserve.php?type=m&resid=sc145d145411c1ff&scheduleid=sc145d11d5380a3f</link>
<description></description>
</item>
<item>
<title>Sanctuary [05/31/2007 @ 12:00am]</title>
<link>http://[mysite]/reserve.php?type=m&resid=sc145d145411ab3e&scheduleid=sc145d11d5380a3f</link>
<description></description>
</item>...etc.
First, I'm wondering why the description element comes up empty, when it seems to be populated on the phpScheduleIt site.
Next, I'm wondering if there's any way to extend RSS to include the start and end times in separate tags, to make it easy to parse them out. Even without extending RSS, the resource (room) name could be included in a category element. My particular interest is in allowing RSS feeds of booked resources to be consumed in an automated way by a Content Management system, which would convert them into events. My particular interest is in
Drupal, but there could be others.