pycarddav
pycarddav copied to clipboard
DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client
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...
pycardsyncher produces the following error on my GNU/Linux Ubuntu 15.04: CRITICAL:root:While syncing account "private" an error occured: TagSet(Tag(tagClass=0, tagFormat=0, tagId=6), Tag(tagClass=128, tagFormat=32, tagId=0)) not in asn1Spec: GeneralName() ... and I...
Some example searches: - matching only certain properties (like EMAIL or TEL) - ignoring non number characters, useful for TEL searches, e.g. match 123456 to 123/456 - completely matching some...
Hi, i just installed pycarddav via pip and run into following error: DEBUG:root:Using configuration from .config/pycard/pycard.conf DEBUG:root:Ignoring query:where in configuration file DEBUG:root:Ignoring default:debug in configuration file DEBUG:root:Using configuration: DEBUG:root: accounts:...
See [vdir](https://github.com/untitaker/vdir) and [vdirsyncer](https://github.com/untitaker/vdirsyncer).
Always when syncing I get this output: ``` ~/.local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) ``` (I get it multiple...
First commit allows using proxies natively. Second actually sends a valid request when PROPFINDing the addressbook data.
Currently, pc_query yields false-positive results if the search string happens to appear within the base64 representation of embedded binary data. I also suspect that the performance of pc_query could improve...
when running "pc_query -a" on a contact with a jpeg PHOTO, python fails with: ``` Traceback (most recent call last): File "/usr/bin/pc_query", line 88, in controllers.query(conf) File "/usr/lib/python2.7/site-packages/pycarddav/controllers.py", line 107,...