$event->getLink('alternate')->getHref()

Everything is explained in the Zend Gdata API 
Reference<http://framework.zend.com/apidoc/core/>(select "Zend Gdata" in the 
upper right list) for 
getLink<http://framework.zend.com/apidoc/core/Zend_Gdata/App/Zend_Gdata_App_FeedEntryParent.html#methodgetLink>method
 of 
Zend_Gdata_Calendar_EventEntry<http://framework.zend.com/apidoc/core/Zend_Gdata/Calendar/Zend_Gdata_Calendar_EventEntry.html>
.

As for the values available for getLink "rel" parameter, you can learn 
valuable data by debugging with var_dump :


var_dump($event->getLink())

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