1

I want to save some contacts into a CardDAV address book running on a OwnCloud server. Is there an easy way to do this with python?

I have tried python-pycarddav but it is very hard to start because I could not find a manual or a example for us this with Python. Also they wrote: "pycarddav is DEPRECATED - use vdirsyncer & khard"

oxidworks
  • 1,563
  • 1
  • 14
  • 37
  • 1
    The CardDAV client `pyCardDAV` has as one of its features that it's tested against owncloud, so that might be what you are looking for? https://pypi.python.org/pypi/pyCardDAV/ – fuglede Aug 10 '16 at 15:23
  • Thank you, that was the first thing I have tried. But it is very hard so start because I could not find a manual or a example for us this with Python. – oxidworks Aug 10 '16 at 15:47
  • If you really just want to save (create) them, render them as a vCard and PUT them into the server? Just using httplib. – hnh Aug 10 '16 at 19:18

0 Answers0