Open Mebus opened 5 years ago
How do you access each attribute inside the vCard?
The document that we have available to us only shows:
>>> v.n.value.family
u'Harris'
But how do I get other things, like the version?
How do you access each attribute inside the vCard?
The document that we have available to us only shows:
>>> v.n.value.family
u'Harris'
But how do I get other things, like the version?
This doesn't have anything todo with my ticket.
It does, indirectly. You're asking for online documentation. I'm giving an example of why it's needed.
We're both asking for the same thing.
Currently the so called "doc" is the same page as the website... http://eventable.github.io/vobject/
in my opinion, this module is lacking usable documentation. I'm relying on https://github.com/enesser/vCards-JS, trying to find the equivalent here.
Is it possible to make the documentation of the package available for online reading, e.g. at https://readthedocs.org/ ?
Mebus