Create a new vCard instance.
const vCard = new VCard(Kind.Individual);
vCard.setFullName("Jane Doe");
the kind of the vCard.
the full name of the vCard contact.
Private Optional _abPrivate Optional _addressPrivate Optional _albumPrivate Optional _anniversaryPrivate Optional _beginPrivate Optional _birthPrivate Optional _birthdayPrivate Optional _calendarPrivate Optional _calendarPrivate Optional _categoriesPrivate Optional _clientPrivate Optional _contactPrivate Optional _deathPrivate Optional _deathPrivate Optional _depictionPrivate Optional _emailPrivate Optional _endPrivate Optional _expertisePrivate Optional _fbPrivate _fullPrivate Optional _genderPrivate Optional _geoPrivate Optional _hobbyPrivate Optional _imppPrivate Optional _interestPrivate Optional _keyPrivate _kindPrivate Optional _languagePrivate Optional _logoPrivate Optional _memberPrivate Optional _namePrivate Optional _nickPrivate Optional _notePrivate Optional _openPrivate Optional _orgPrivate Optional _organizationPrivate Optional _photoPrivate Optional _productPrivate Optional _relatedPrivate Optional _revisionPrivate Optional _rolePrivate Optional _socialPrivate Optional _socialPrivate Optional _soundPrivate Optional _sourcePrivate Optional _telPrivate Optional _timezonePrivate Optional _titlePrivate Optional _uidPrivate Optional _urlPrivate Optional _versionPrivate Optional _xmlExperimental abExperimental
Experimental albumExperimental
Experimental depictionExperimental
Experimental openExperimental
Experimental socialExperimental
Experimental socialExperimental
Experimental
Set the value of the ABLabel property.
the ABLabel property value of the vCard.
Optional parameters: ABLabelPropertyParametersSet the value of the address property.
the address property value of the vCard.
Optional parameters: AddressPropertyParametersExperimental
Set the value of the album property.
the album property value of the vCard.
Optional parameters: AlbumPropertyParametersSet the value of the anniversary property.
the anniversary property value of the vCard.
Optional parameters: AnniversaryPropertyParametersOverride the value of the begin property.
using this method has no effect, it is only here for completeness.
the begin property value of the vCard.
Set the value of the birth place property.
the birth place property value of the vCard.
Optional parameters: BirthPlacePropertyParametersSet the value of the birthday property.
the birthday property value of the vCard.
Optional parameters: BirthdayPropertyParametersSet the value of the calendarAddressUri property.
the calendarAddressUri property value of the vCard.
Optional parameters: CalendarAddressUriPropertyParametersSet the value of the calendarUri property.
the calendarUri property value of the vCard.
Optional parameters: CalendarUriPropertyParametersSet the value of the categories property.
the categories property value of the vCard.
Optional parameters: CategoriesPropertyParametersSet the value of the clientPidMap property.
the clientPidMap property value of the vCard.
Optional parameters: ClientPIdMapPropertyParametersSet the value of the contact uri property.
the contactUri property value of the vCard.
Optional parameters: ContactUriPropertyParametersSet the value of the death date property.
the death date property value of the vCard.
Optional parameters: DeathDatePropertyParametersSet the value of the death place property.
the death place property value of the vCard.
Optional parameters: DeathPlacePropertyParametersExperimental
Set the value of the depiction property.
the depiction property value of the vCard.
Optional parameters: DepictionPropertyParametersSet the value of the email property.
the email property value of the vCard.
Optional parameters: EmailPropertyParametersOverride the value of the end property.
using this method has no effect, it is only here for completeness.
the end property value of the vCard.
Set the value of the expertise property.
the expertise property value of the vCard.
Optional parameters: ExpertisePropertyParametersSet the value of the fbUrl property.
the fbUrl property value of the vCard.
Optional parameters: FbUrlPropertyParametersSet the value of the fullName property.
the fullName property value of the vCard.
Optional parameters: FullNamePropertyParametersSet the value of the gender property.
the gender property value of the vCard.
Optional parameters: GenderPropertyParametersSet the value of the geoLocation property.
the geoLocation property value of the vCard.
Optional parameters: GeoLocationPropertyParametersSet the value of the hobby property.
the hobby property value of the vCard.
Optional parameters: HobbyPropertyParametersSet the value of the impp property.
the impp property value of the vCard.
Optional parameters: ImppPropertyParametersSet the value of the interest property.
the interest property value of the vCard.
Optional parameters: InterestPropertyParametersSet the value of the key property.
the key property value of the vCard.
Optional parameters: KeyPropertyParametersSet the value of the kind property.
the kind property value of the vCard.
Optional parameters: KindPropertyParametersSet the value of the language property.
the language property value of the vCard.
Optional parameters: LanguagePropertyParametersSet the value of the logo property.
the logo property value of the vCard.
Optional parameters: LogoPropertyParametersSet the value of the member property.
the member property value of the vCard.
Optional parameters: MemberPropertyParametersSet the value of the name property.
the name property value of the vCard.
Optional parameters: NamePropertyParametersSet the value of the nickName property.
the nickName property value of the vCard.
Optional parameters: NickNamePropertyParametersSet the value of the note property.
the note property value of the vCard.
Optional parameters: NotePropertyParametersExperimental
Set the value of the open ID property.
the open ID property value of the vCard.
Optional parameters: OpenIdPropertyParametersSet the value of the osrgDirectory property.
the orgDirectory property value of the vCard.
Optional parameters: OrgDirectoryPropertyParametersSet the value of the organization property.
the organization property value of the vCard.
Optional parameters: OrganizationPropertyParametersSet the value of the photo property.
the photo property value of the vCard.
Optional parameters: PhotoPropertyParametersSet the value of the productId property.
the productId property value of the vCard.
Optional parameters: ProductIdPropertyParametersSet the value of the related property.
the related property value of the vCard.
Optional parameters: RelatedPropertyParametersSet the value of the revision property.
the revision property value of the vCard.
Optional parameters: RevisionPropertyParametersSet the value of the role property.
the role property value of the vCard.
Optional parameters: RolePropertyParametersExperimental
Set the value of the social code property.
the social code property value of the vCard.
Optional parameters: SocialCodePropertyParametersExperimental
Set the value of the social profile property.
the socialProfile property value of the vCard.
Optional parameters: SocialProfilePropertyParametersSet the value of the sound property.
the sound property value of the vCard.
Optional parameters: SoundPropertyParametersSet the value of the source property.
the source property value of the vCard.
Optional parameters: SourcePropertyParametersSet the value of the tel property.
the tel property value of the vCard.
Optional parameters: TelPropertyParametersSet the value of the timezone property.
the timezone property value of the vCard.
Optional parameters: TimezonePropertyParametersSet the value of the title property.
the title property value of the vCard.
Optional parameters: TitlePropertyParametersSet the value of the uid property.
the uid property value of the vCard.
Optional parameters: UIdPropertyParametersSet the value of the url property.
the url property value of the vCard.
Optional parameters: UrlPropertyParametersSet the value of the version property.
the version property value of the vCard.
Set the value of the xml property.
the xml property value of the vCard.
Optional parameters: XmlPropertyParametersGenerates a simplified vCard definition as a dictionary object.
The simplified vCard definition.
Static Private asOptional parameters: ParamsStatic fromVCardGenerate a vCard instance from a vCard definition object.
a new VCard instance.
a vCard Definition in form of an object.
Generated using TypeDoc
Class representation of a vCard.
Example