fleapower

Results 39 comments of fleapower

This is beyond the scope of what I need the script to do. You are absolutely free to fork the script and modify to only sync certain labels (shouldn't be...

I suppose there are lots of ways to do that. Probably the simplest would be to only sync contacts if they match a certain label (simple if-then), or modify the...

Without actually knowing exactly what you are doing, it is difficult to know what might be going wrong. I haven't seen this extensive of a problem before. Not to be...

@glimpsiz Did you get this working? I've been out of town most of March so haven't had a time to circle back.

- It sync's in all directions (master -> clients, clients -> master, clients -> clients) by matching individual contact ID's during the initialization (see the code setup instructions). After the...

I did notice it. I couldn't see any way Google distinguished between sending an email and actually changing a contact. I thought about checking to see if there were any...

The text file is for storing the sync token. Each sheet is a temporary holding space for contacts which need to be sync'd. If they sheets are empty, no contacts...

Take a look at sync tokens. https://developers.google.com/people/api/rest/v1/contactGroups/list

I just tested this. The script correctly identified merged contact as being updated and then syncs them correctly (syncs one, deletes the other) in both accounts. I'm not sure why...