0

How to sync between Ninox Contacts and Apple Contacts?

I was able to import my contacts from Apple's Contacts without difficulty. Is there is a way to sync between the Ninox Contacts database with Apple's Contacts app--so that any change in either is automatically reflected in the other? Without this kind of sync facility, the Ninox Contact database will have a very limited utility for me. I'd be grateful for any tips.

10 replies

null
    • Jorg
    • 5 yrs ago
    • Reported - view

    Hi, 

    if you are working with the Ninox Cloud and the Apple Contacts does support API integration it should be possible via API.

    More information about the API integration you can find here: https://ninoxdb.de/en/manual/api/api-introduction

    Best, Jörg

    • boston
    • 5 yrs ago
    • Reported - view

    Thanks, Jörg. I guess I'll give up on this. Even if I was working with Ninox Cloud (I am not presently), I am not skilled enough to try API integration on my own. I am a regular, average user who likes to use databases for some basic needs.

    • Laurent
    • 5 yrs ago
    • Reported - view

    i'm interested too but i think i'm too novice right now to do that api thing all alone… true i'd like to link macos contacts to ninox contacts table…

    • Tobias
    • 5 yrs ago
    • Reported - view

    maybe it is possible to write text to a file and export it as .vcf-File? Than something like this should be posible:

    let txt := "BEGIN:VCARD
    VERSION:3.0
    PRODID:-//Apple Inc.//Mac OS X 10.14//EN
    N:"+Lastname+";"+Prename+";;;
    FN:Firmenname
    ORG:Firmenname;
    EMAIL;type=INTERNET;type=HOME;type=pref:to@to.ch
    EMAIL;type=INTERNET;type=WORK:arbeitmail@g.com
    TEL;type=HOME;type=VOICE;type=pref:123456
    ADR;type=HOME;type=pref:;;Privatstrasse 3;Ort;;5400;Land
    ADR;type=WORK:;;Firmastarsse 3;ort;;5400;Land
    BDAY:1992-02-11
    X-ABShowAs:COMPANY
    UID:b03779ab-29c4-4ad3-a217-f86686e8e410
    X-ABUID:9F02AA30-FBD0-43B3-99BD-7C74D4BB27FA:ABPerson
    END:VCARD"
    exportData(txt, "contactFile.vcf")

    After export, one could import the file to the apple contact app on iOS or MacOS...

    • Laurent
    • 5 yrs ago
    • Reported - view

    i've found (some time ago) 2 excellent apps from stefan keller : importer for contacts and exporter for contacts (on the mac app store) => take a look ; right now, what i'm still looking for would be some code that would sync apple contacts and ninox…

    • Laurent
    • 5 yrs ago
    • Reported - view

    thanks for the idea Tobias

    • merysmith970
    • 5 yrs ago
    • Reported - view

    Thank you Laurent for your suggestions, but do you have any news about sync apple contact with ninox?

    • Laurent
    • 5 yrs ago
    • Reported - view

    right now my best solution is :

    - to use stefan keller 's exporter for contacts to transfer from contacts to ninox

    - to use stefan keller 's importer for contacts to transfer from ninox to contacts

    (importer for contacts is great because you can save the mapping of the fields…)

    both little apps are very fast, with no bugs : they work !

    • Laurent
    • 5 yrs ago
    • Reported - view

    the other solution would be to work with vcards ; i think marteen has worked on some ninox code to do that… marteen ?

    • Laurent
    • 5 yrs ago
    • Reported - view

    the other solution would be to work with vcards ; i think marteen has worked on some ninox code to do that… marteen ?

    i don't remember if it was in both directions (ninox -> contacts AND contacts -> ninox) ?

    you also have tobias's example (see above) to go from ninox to contacts… (but the code needs to be worked out)

Content aside

  • 5 yrs agoLast active
  • 10Replies
  • 5750Views