This script will update your Google contacts with the data in your spreadsheet.
This script was writin in Google apps script which is a subset of JavaScript. To use it you must open a new script by:
- open relevent sheet.
- go to tools > Script editor
- copy and paste the code from here.
- copy sheet ID from it's URL and place in the code where indicated.
Currently the order and placment of the data matters!
- Row A - first name
- Row B - last name
- Row C - Address
- Row D - Telephone number
You can add a trigger to run the script on a schedual (e.g. every day).
Like all scripts accessing Google APIs you need to authorize it to run. You do so by manually running it the first time.
- Delete contact when removed from spreadsheet.