pycarddav icon indicating copy to clipboard operation
pycarddav copied to clipboard

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

Results 41 pycarddav issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.rst - doc/usage.rst - pycarddav/__init__.py - pycarddav/backend.py - pycarddav/controllers/sync.py - pycarddav/model.py Fixes: - Should read `separated` rather than `seperated`. - Should read `utilities` rather...

``` elektron@x200:~/code/deb/pycarddav-0.7.0$ pycardsyncer -v 0.7.0 elektron@x200:~/code/deb/pycarddav-0.7.0$ dpkg -l | grep pycard ii pycarddav 0.7.0-1 all simple to use CardDAV CLI client ii python-pycarddav 0.7.0-1 all simple to use CardDAV Python...

Pycarddav depends on vobject. The vobject project from http://vobject.skyhouseconsulting.com/ is dead. The version from [@adieu](https://github.com/adieu/vobject) seems to be ok as new dependency for pycarddav. The sligthly more recent version from...

bug

Certain string searches using pc_query fail with the following message: plega@serpentine pycarddav$ pc_query "Philip" searching for Philip... Traceback (most recent call last): File "/usr/bin/pc_query", line 4, in **import**('pkg_resources').run_script('pyCardDAV===0.7.0.dev-29-gedc9150', 'pc_query') File...

HI, When I try to save all the entries to a vcard file using: pc_query -m -b file_name the resulting file has the format: BEGIN:VCARD VERSION:3.0 ... END:VCARDBEGIN:VCARD VERSION:3.0 ......

bug

$ pycardsyncer -c pycard.conf -a private --debug DEBUG:root:Using configuration from 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: DEBUG:root: auth: basic DEBUG:root: name:...

It seems like the last dependency vobject is now with version 0.9.0 python 3 compatible. Are there any plans on making pycarddav python 3 compatible? I would like to help...

Since I upgraded my owncloud, I get the following error: ``` CRITICAL:root:While syncing account "cloud" an error occured: 501 Server Error: Not Implemented for url: https://cloud.*****.net/remote.php/carddav/addressbooks/maethor/default/ ``` This could be...