How do I parse a VCard to a Python dictionary?
- by lecodesportif
I'm trying to figure out how to parse a VCard to a Python dictionary using VObject.
How do I convert vobj=vobject.readOne(vcard) into a Python dict?
Sorry for asking such a basic question but I'm a beginner.