hello,
in the Google Calendar Data API Developer's Guide for PHP, i am trying
to understand where
to retrieve the edit URL from.
the following explains in the deleting events section:
// Retrieve the edit URL for an event. When using this method, this
URL
// should already be available somewhere locally, such as in a
database.
$eventEditUrl = $event->getLink('edit')->href;
// Once the edit URL is available, it can be used to issue the delete
request.
// $gdataCal is an instance of Zend_Gdata_Calendar, which inherits
from Zend_Gdata_App.
$gdataCal->delete($eventEditUrl);
thank you,
james
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---