geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client
http://lostpackets.de/pycarddav
MIT License
98 stars 35 forks source link

Using pycarddav without server. #120

Open lucc opened 8 years ago

lucc commented 8 years ago

I tried to start using pycarddav by importing some vcards from my old address book. But I get an error because the local sqlite database either does not exist or is malformed (missing main_r table).

I had to connect to my gmail account's cardav url just to create an empty local database. Is it possible to add some init functionality to pycarddav in order to make it usable as a purely offline address book?