Dear team,
Hi all i have implemented google data api in my project.
I have downloaded the api from the below url.This api is used to delete,add,update the google contacts.I have successsfully add ,list the new contacts.
http://code.google.com/apis/contacts/docs/3.0/developers_guide_java.html#GettingStarted
But i do no how to delete the contact using this api .If some one knows kindly reply it.
For Add the contact i used the below command line argument.
--action=add --name=WorkOnline1 --email1=WorkOnline1@gmail.com,label:work,primary:true
For Listing the contacts
--action=LIST
If some one knows what is the arugument For Delete?
Thank you,
With Regards,
Premnath.M