phildini / logtacts

Better contact management.
https://www.contactotter.com
MIT License
60 stars 21 forks source link

Add vCard import #28

Open phildini opened 8 years ago

phildini commented 8 years ago

Trickier, I think? vCard can be a single or multiple format.

paulproteus commented 8 years ago

If I recall correctly, vCard is a bit of a mess as a standard, with "postel's tarpit" meaning that there are many variations that software generates that violate the spec that software "has" to accept anyway.

This package looks sane: https://pypi.python.org/pypi/vobject

phildini commented 8 years ago

vobject hasn't been updated since 2009 and has no python3 support.

I think I'm ok just pulling a few fields out of the vCard soup, but being explicit about what fields those are.

On Jan 24, 2016, at 23:02, Asheesh Laroia notifications@github.com wrote:

If I recall correctly, vCard is a bit of a mess as a standard, with "postel's tarpit" meaning that there are many variations that software generates that violate the spec that software "has" to accept anyway.

This package looks sane: https://pypi.python.org/pypi/vobject — Reply to this email directly or view it on GitHub.