I figured out part of it using implode(), but there's still an error:
http://niskypto.info/rss.php

<?php
foreach ($feed as $event) {
echo "<li>\n";
echo "<h2>" . stripslashes($event->title) . "</h2>\n";
echo "<b>Date: </b>" . stripslashes(implode($event->when)) . " <br/>
\n";
echo "<b>Location: </b>" . stripslashes(implode($event->where)) . "
<br/>\n";
echo "<b>Details: </b>" . stripslashes($event->content) . " <br/>\n";
echo "</li>\n";
}
echo "</ul>";
?>

Error: PHP Notice: Undefined variable: valueString in C:\Program Files
\Zend\ZendGdata-1.7.4\library\Zend\Gdata\Extension\When.php on line 117

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to