| |
| authtoken | The authentication token retrieved from a previous authentication. If left empty, email and password are required. | |
| email | The email address used to authenticate with Google. The email is required unless an authtoken is used. | |
| password | The password used to authenticate with Google. The password is required unless an authtoken is used. | |
| nickname | The nickname of the contact. | |
| orgname | The name of the orgnization which the contact belongs to. | |
| orgtitle | The title the contact has in the orgnization | |
| birthday | The birthday of the contact.(yyyy-MM-dd) | |
| notes | The notes for the contact. | |
| eventtype# | The type of the event to create for the contact. The allowed values are: ANNIVERSARY, OTHER. | |
| when# | The time of the event to create.(yyyy-MM-dd) | |
| emailaddresstype# | The type of email for the contact. The allowed values are: HOME, WORK, OTHER. | |
| emailaddress# | The email address of the contact. | |
| phonenumbertype# | The type of phone number for the contact. The allowed values are: MOBILE, HOME, WORK_FAX, HOME_FAX, WORK, PAGER, OTHER. | |
| phonenumber# | The phone number of the contact. | |
| addresstype# | The type of address for the contact. The allowed values are: HOME, WORK, OTHER. | |
| address# | The address of the contact. | |
| relationtype# | The person The allowed values are: ASSISTANT, BROTHER, CHILD, DOMESTIC-PARTNER, FATHER, FRIEND, MANAGER, MOTHER, PARENT, PARTNER, REFERRED-BY, RELATIVE, SISTER, SPOUSE. | |
| person# | The person who is related to the contact. | |
| websitetype# | The type of website for the contact. The allowed values are: HOME-PAGE, BLOG, PROFILE, HOME, WORK, OTHER, FTP. | |
| website# | The website of the contact. | |
| protocol# | The instant messaging protocol for the contact. The allowed values are: GOOGLE_TALK, AIM, YAHOO, SKYPE, MSN, ICQ, JABBER, QQ. | |
| im# | The instant messaging number or screen name of the contact. | |
| group# | Assigns the contact to a group. Here the group id is needed. You can use ContactGroupList to find the ID for the specified group. | |
| userdefinedfields | Adds custom fields for the contact. Use comma-separated name-value pairs. The same name can appear for multiple times. (For instance - Property1=Value1, Property2=Value2 | |
| extendedpropertytype# | The type of the extended property to associate with the contact. The allowed values are: KEYVALUEPAIR, XMLBLOB. | |
| extendedproperty:* | The extended property to associate with the contact. Each contact may have at most ten (10) extended properties associated. | |
| timeout | Timeout, in seconds, for the operation to complete. Zero (0) means no timeout. | |
| proxy_server | IP Address or host name of the proxy server used for the request. | |
| proxy_auto | Whether or not Proxy should be detected from Windows system settings. This takes precedence over other proxy settings and is not available in Java. The allowed values are: TRUE, FALSE. | |
| proxy_port | Port number of the proxy server. | |
| proxy_user | User ID used to authenticate with the proxy server. | |
| proxy_password | Password used to authenticate with the proxy server. | |
| proxy_authscheme | The proxy server The allowed values are: BASIC, DIGEST, PROPRIETARY, NONE, NTLM. | |
| proxy_authtoken | The proxy authentication token. | |
| proxy_ssltype | The proxy server The allowed values are: AUTO, ALWAYS, NEVER, TUNNEL. | |
| firewall_server | IP Address or host name of the firewall. | |
| firewall_port | Port number of the firewall. | |
| firewall_user | User ID used to authenticate with the firewall. | |
| firewall_password | Password used to authenticate with the firewall. | |
| firewall_type | The type of the firewall. The allowed values are: TUNNEL, SOCKS4, SOCKS5. | |
| logfile | The connector will log the exchange/transferred data to this file. | |