I am working with Google calendar recurring events. I created a recurring event with ten instances, now by using Zend_Gdata i want to delete any single instance of this recurring event not the complete event.
The following line delete the complete recurring event.
$gdata->delete($feedEntry->getEditLink()->href);
But i want to delete only one instance ...
Can any one help me in this regards.
I am very thankful in advance!!!
waiting for your reply!