You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to get the additional contacts information
rawContactId
That's already there, if you call getContact() or getContacts(withProperties: true). You can find raw IDs in contact.accounts[i].rawId.
deletion timestamp
last modified timestamp
Interesting, I didn't know about those fields. To be honest I probably won't get to it anytime soon as it's very Android-specific. But feel free to open a pull request if you got it working :)
source ID for the contacts I am the owner of (belonging to my account)
What's a source ID? Is it different from account type and account name?
@joachimvalente
With the source ID (available at the androids raw contact) you can map a contact on the mobile device with a contact on the server side.
It would be nice to get the additional contacts information
Android
IOS
In the IOS documentation I did not found a hint in order how to do such thing.
The text was updated successfully, but these errors were encountered: