Difference between revisions of "Mac Addressbook"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Synching a Mac Addressbook with NextCloud is not as easy as it might seem. | ||
+ | |||
+ | Theoretically the CardDAV CalDAV Standards should make things easy. In practice it's a nightmare. | ||
+ | See e.g. | ||
+ | * https://help.nextcloud.com/t/getting-nextcloud-to-work-with-mac-os-x-adress-book/2269/21 | ||
+ | * https://unterwaditzer.net/2015/kill-webdav.html | ||
+ | |||
+ | Here you'll find some technical details that might help you debug your situation. | ||
+ | |||
+ | = Links = | ||
+ | * https://github.com/andrewlkho/icloud-addressbook-query/blob/master/icloud-addressbook-query.py | ||
+ | * https://apple.stackexchange.com/questions/222619/using-sqlite-browser-to-extract-osx-contacts | ||
+ | = Timestamps = | ||
+ | * https://www.epochconverter.com/coredata | ||
+ | |||
+ | = Database schema = | ||
<uml> | <uml> | ||
hide circle | hide circle |
Latest revision as of 10:05, 8 April 2020
Synching a Mac Addressbook with NextCloud is not as easy as it might seem.
Theoretically the CardDAV CalDAV Standards should make things easy. In practice it's a nightmare. See e.g.
- https://help.nextcloud.com/t/getting-nextcloud-to-work-with-mac-os-x-adress-book/2269/21
- https://unterwaditzer.net/2015/kill-webdav.html
Here you'll find some technical details that might help you debug your situation.
Links
- https://github.com/andrewlkho/icloud-addressbook-query/blob/master/icloud-addressbook-query.py
- https://apple.stackexchange.com/questions/222619/using-sqlite-browser-to-extract-osx-contacts