Hi All

I am using delete functionality for google calender. using following
code
$ch = curl_init();

                                        // set URL and other appropriate options
                                        curl_setopt($ch, CURLOPT_URL, $path);

                                        curl_setopt($ch, CURLOPT_HEADER, 
1);//$client->getHeader
("authorization")

                                        curl_setopt($ch, CURLOPT_HTTPHEADER, 
array("Authorization:  ".
$client->getHeader("authorization")));
                                        curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 
"DELETE");
                                        // grab URL and pass it to the browser
                                        curl_exec($ch);

But after execution it will show "Moved Temporarily", but it was still
showing in my account.

Any suggestion how can i delete parmanetly.

Thanks in advance

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