You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@meet-VC You'll have to construct an initial "URL" component, and then manually append additional children to the component list, which is hinted at in the readme.
Similar to parameters, If you want to access more than just the first child of a Component, you can access the full list of children of a given name by appending _list to the attribute name:
Since "URL" components don't have a constructor class (as opposed to "N", which has vobject.vcard.Name()), you'll also have to manually build the children you want to append with vobject.base.ContentLine(). The ContentLine docstring is misleading when it states that its params argument is a dictionary. It actually requires a list of lists.
How can I get multiple URL in one VCard.
I want to create a VCard with details like:
I tried the following code
In the output I was only able to get one of the link:
The text was updated successfully, but these errors were encountered: