I've the following code:
function deleteEventByUrl ($client, $url)
{
$gdataCal = new Zend_Gdata_Calendar($client);
$gdataCal->delete($url);
}
deleteEventByUrl($client, 'http://www.google.com/calendar/feeds/
default/private/full/b9lf6c391ajjgaraf3p2vuqet0');
The client is correcty logged previously, and the url is a valid url
feed (returned by the function createEvent).
The problem is... it doesn't delete the event!
I've read that I need to use: the function getLink(...) but I don't
know how.
Can you help me?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---