Hi

Just to add to this, Ive managed to use the atom feed information to craft a
query.

http://code.google.com/apis/calendar/data/2.0/reference.html.

So this
$eventFeed = $calendar->content->src;

can become this:

$url = $calendar->content->src;
$eventFeed =
$gdataCal->getCalendarEventFeed("$url&start-min=2011-09-25&start-max=2011-09-26&orderby=starttime&sortorder=a");

Hope its of use to somebody

Garry

-- 
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