geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client

Home Page:http://lostpackets.de/pycarddav

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using pycarddav without server.

lucc opened this issue · comments

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?