I have searched for this everywhere, and for the life of me I can not
figure out how to pull the Alternate Url leading to the event's detail
web page.
foreach ($eventFeed as $event) {
$title = $event->title->text;
$feedurl = explode('/', $event->id->text);
$googleid = $feedurl[count($feedurl)-1];
$description = $event->content->text;
$eventlink = ???
...
Thanks for your help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---