Hi,

Yes I was experiencing similar issue yesterday for a bit.  It seems like
this is not happening anymore.  Let me know if you still running into this
issue, Thanks!

Austin

On Dec 20, 2007 4:09 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

>
> 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'<http://www.google.com/calendar/feeds/default/private/full/b9lf6c391ajjgaraf3p2vuqet0%27>
> );
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to