fleapower / Google-Script-Contacts-Sync

Synchronize Google contacts across multiple accounts.
GNU General Public License v3.0
25 stars 4 forks source link

Data in Google Sheets look like JSON data #3

Closed igavronski closed 2 years ago

igavronski commented 2 years ago

Hi there, I am following your instructions with the script. When I run the step 17, I get: Screenshot 2022-06-27 114047 I wanted to have a human readable (and updatable) data on these sheets. Is this the expected behaviour? Thanks in advance! Iuri.

fleapower commented 2 years ago

That is expected behavior. Also, if you edit the sheet, at best, it will just be overwritten. At worst, it will break sync between the accounts. Sorry!

igavronski commented 2 years ago

Hi, I just wanted a two-way sync between my Google Contacts and one sheet, in human readable format. Is there any way I could get that done with your script? Thanks.

fleapower commented 2 years ago

Yes, but it would require quite a bit of code rewrite. Your better bet would be to use IFTTT or Zapier. What is your end goal? What are you trying to accomplish? I might be able to help you come up with some simpler solutions.

igavronski commented 2 years ago

Hi, I want to have my clients list on a sheet, so I can filter calls and texts I needed to do that day, and my clients' info would be sent back to my contacts list.

fleapower commented 2 years ago

I see. What field do you want to use to filter?

igavronski commented 2 years ago

In fact, the filtering part is not the most important. I can do that in Sheets with Google's own UI. The back and forth syncing it is.

fleapower commented 2 years ago

Hmm...OK. What field are you going to be updating in the spreadsheet that you need sync'd?

igavronski commented 2 years ago

Let me try to explain:

igavronski commented 2 years ago

I use Google's labels to classify my contacts.

fleapower commented 2 years ago

Hmm...maybe just try Zapier or IFTTT. I know they do have free plans.

igavronski commented 2 years ago

Thanks!