Hi,
I want to write an application to work with adress books.
My first try is with the apple adress book. My problem is that I didn't found an specification for the format.
I looked a bit about it and found some things out:
- The adress book is a package (so you can access it like a folder in the file system)
- In the subfolder Images/ are the avatar images of the contacts as normal jpeg
- In the subfolder Metadata/ are the contact cards, but in a format I don't know. The MIME is application/octet-stream.
- The file AddressBook-v22.abcddb seems to be a database with all contacts. My first idea was that it is a sqlite database but I dind't found tables in it.
- About MailRecents-v4.abcdmr I know nothing.
That's it.
Does someone know where to find a specification? Or how to deal with this adress book?
Best regards, Sebastian