Zend Framework Community
›
Zend gdata
Retrieve a Link from event
Classic
List
Threaded
♦
♦
Locked
2 messages
pedrogcosta
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Report Content as Inappropriate
♦
♦
♦
♦
Retrieve a Link from event
Hello!
I'm using Zend Gdata to access to a public calendar but I have a question:
Now I retieving only the name of the event (using $event->title->text) but I want to retrieve a link to the event (similar to:
http://www.google.com/calendar/event?eid=cXBvZGE3YWw5MHU3ZThpY3ZkNzF2dHVtc2tfMjAxMTAyMTlUMTcwMDAwWiBsdWlzZnJhbmNpc2NvbWFycXVlc0Bt&ctz=Europe/Lisbon
).
How can I do this?
Remove Ads
pedrogcosta
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Report Content as Inappropriate
♦
♦
♦
♦
Re: Retrieve a Link from event
For those who have the same question, I've found the solution:
This is done using:
$event->getLink('alternate')->getHref()
Solved!
Loading...
Powered by
Nabble
See how NAML generates this page