ps.. Zend also has a mailing list for the GData component of the Zend
Framework.  More info is on http://framework.zend.com/

Cheers,

-Ryan


On Jan 17, 2:45 am, "Micha  Wojtera" <[EMAIL PROTECTED]> wrote:
Hi everyone,

I've been trying to solve this issue for several days and I have ran
out of ideas, so maybe you can find out what I am doing wrong.

I tried several aproaches:
1. I get the id from a feed and use Zeng_Gdata_Calendar::delete(id),
which should take the id link,
get a feed from the Calendar, get its edit link and submit a 'DELETE
edit link' request.

$client = Zend_Gdata_ClientLogin::getHttpClient($email, $passwd, 'cl');
$gdata = new Zend_Gdata($client);
$gdataCal->delete($_GET['id']);

Not working, this is a piece of code used in the exact same way in the
Zend Gdata example (no, the example doesn't work either)

2. I tried direct deleting using Zend_Http_Client

$client = Zend_Gdata_ClientLogin::getHttpClient($email, $passwd, 'cl');
$client->setUri($edit_link);
$client->request('DELETE');

Not working

I was worried that my computer or server blocks the DELETE requests, so
I turned it off for some time, but that didn't work either.

thanks,
michal


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