Hi Nate,

if(count($eventFeed) > 0){
 echo "<h1>Today</h1>
  <table>
  <tr>
  <td><b>Time</b></td>
  <td><b>Name<b></td>
  <td><b>Channel</b></td>
  </tr>";
  foreach ($eventFeed as $event) {
      foreach ($event->when as $when) {
     }
   }
}else{
//no table
}
    
// stuff

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to