Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Addressbook.personFromVCardRepresentation
Creates an Person instance initialized with the given data.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 3.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Deprecated
This function was deprecated. Use Contacts functions instead.
MBS( "Addressbook.personFromVCardRepresentation"; vcard ) More
Parameters
Parameter | Description | Example |
---|---|---|
vcard | The vcard file to use for the person. Can be a container value with vcard file. | $vcard |
Result
Returns person identifier or error.
Description
Creates an Person instance initialized with the given data.Version 2.1 and 3.0 of the vCard format are supported.
You still need to add this person to the database and save changes.
Please use Addressbook.personFromVCardTextRepresentation if you have vcard as text.
See also
This function checks for a license.
Created 18th August 2014, last changed 9th November 2021
Addressbook.person.vCardRepresentation - Addressbook.personFromVCardTextRepresentation
