0% found this document useful (0 votes)
62 views6 pages

VCard - Wikipedia

Uploaded by

nicoletahincu5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views6 pages

VCard - Wikipedia

Uploaded by

nicoletahincu5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

vCard

vCard , cunoscut și ca VCF (Fișier de contact virtual), este un format standard de fișier pentru cărțile de vizită electronice .
Cardurile vCard pot fi atașate la mesajele de e-mail , trimise prin serviciul de mesagerie multimedia (MMS), pe World Wide Web ,
mesagerie instantanee , NFC sau prin cod QR . Acestea pot conține informații despre nume și adresă , numere de telefon , adrese
de e-mail , adrese URL , sigle , fotografii și clipuri audio.

vCard este utilizat ca format de schimb de date în contactele smartphone-urilor ,


vCard
asistenții digitali personali (PDA), managerii de informații personale (PIM) și
Extensie de nume .vcf , .vcard
sistemele de management al relațiilor cu clienții (CRM). Pentru a realiza aceste de fișier
aplicații de schimb de date, alte „variante vCard” au fost folosite și propuse ca
Tipul media de text/vcard
„standarde variante”, fiecare pentru nișa sa specifică: reprezentare XML , internet

reprezentare JSON sau pagini web . Tastați codul vCrd

Identificator de tip public.vcard


Prezentare generală uniform (UTI)

Dezvoltat de Creat de Versit


The standard Internet media type (MIME type) for a vCard has varied with each Consortium , toate
version of the specification.[1] drepturile
transferate în 1996
vCards can be embedded in web pages. către Internet Mail
Consortium , toate
drepturile
RDFa with the vCard Ontology can be used in HTML and various XML-family
transferate în 2004
languages, e.g. SVG, MathML. către CalConnect

Tip de format Carte de vizită


Formate înrudite electronică

Container pentru Informații de


jCard, "The JSON Format for vCard" is a standard proposal of 2014 in RFC 7095 (ht contact
tps://datatracker.ietf.org/doc/html/rfc7095) . RFC 7095 describes a lossless
Standard RFC 6350 (https://d
method of representing vCard instances in JSON, using arrays of sequence-
atatracker.ietf.org/d
dependent tag–value pairs. jCard has been incorporated into several other oc/html/rfc6350)
protocols, including RDAP, the Protocol to Access White Space Databases (PAWS,
described in RFC 7545 (https://datatracker.ietf.org/doc/html/rfc7545) ), and SIP, which (via RFC 8688 (https://datatracker.ietf.or
g/doc/html/rfc8688) ) uses it to provide contact information for the operator of an intermediary which has rejected a call.

hCard is a microformat that allows a vCard to be embedded inside an HTML page. It makes use of CSS class names to identify
each vCard property. Normal HTML markup and CSS styling can be used alongside the hCard class names without affecting the
webpage's ability to be parsed by a hCard parser. h-card is the microformats2 update to hCard.

MeCard is a variation of vCard made by NTT DoCoMo for smartphones using QR codes. It uses a very similar syntax, but in a
more consolidated way as the storage space on QR codes is limited. It's also limited in the amount of data that can be stored, not
just by the standard but the size of QR codes.

Exemplu

An example of a simple vCard (from RFC 6350 of August, 2011, abbreviated):

BEGIN:VCARD
VERSION:4.0
FN:Simon Perreault
N:Perreault;Simon;;;ing. jr,M.Sc.
BDAY:--0203
GENDER:M
EMAIL;TYPE=work:[email protected]
END:VCARD
This is the vCard for "Simon Perreault" (the author of RFC 6350), with his birthday (omitting the year), email address and gender.

Proprietăți

vCard defines the following property types.

All vCards begin with BEGIN:VCARD and end with END:VCARD . All vCards must contain the VERSION property, which specifies
the vCard version. VERSION must come immediately after BEGIN , except in the vCard 2.1 and 3.0 standards, which allows it to

be anywhere in the vCard. Otherwise, properties can be defined in any order.


Name Property presence Description Example
[2]
v. 2.1 v. 3.0 v. 4.0

A structured representation of the


ADR;TYPE=home:;;123 Main
ADR Optional Optional Optional physical delivery address for the
St.;Springfield;IL;12345;USA
vCard object.

Information about another person


who will act on behalf of the vCard
object. Typically this would be an area
AGENT Optional Optional Undefined AGENT:http://mi6.gov.uk/007
administrator, assistant, or secretary
for the individual. Can be either a
URL or an embedded vCard.

ANNIVERSARY Undefined Undefined Optional Defines the person's anniversary. ANNIVERSARY:19901021

Date of birth of the individual


BDAY Optional Optional Optional BDAY:19700310
associated with the vCard.

All vCards must start with this


BEGIN Required Required Required BEGIN:VCARD
property.

A URL to use for sending a


CALADRURI Undefined Undefined Optional scheduling request to the person's CALADRURI:http://example.com/calendar/jdoe
calendar.

CALURI Undefined Undefined Optional A URL to the person's calendar. CALURI:http://example.com/calendar/jdoe

A list of "tags" that can be used to


CATEGORIES Undefined Optional Optional describe the object represented by CATEGORIES:swimmer,biker
this vCard.

Describes the sensitivity of the


CLASS Undefined Optional Undefined CLASS:public
information in the vCard.

Used for synchronizing different CLIENTPIDMAP:1;urn:uuid:3df403f4-5924-4bb7-


CLIENTPIDMAP Undefined Undefined Optional
revisions of the same vCard. b077-3c711d9eb34b

The address for electronic mail


EMAIL Optional Optional Optional communication with the vCard EMAIL:[email protected]
object.

All vCards must end with this


END Required Required Required END:VCARD
property.

Defines a URL that shows when the


FBURL Undefined Undefined Optional person is "free" or "busy" on their FBURL:http://example.com/fb/jdoe
calendar.

The formatted name string


FN Optional Required Required FN:Dr. John Doe
associated with the vCard object.

GENDER Undefined Undefined Optional Defines the person's gender. GENDER:F

2.1, 3.0: GEO:39.95;-75.1667


GEO Optional Optional Optional Specifies a latitude and longitude. 4.0: GEO:geo:39.95,-75.1667 (geo:39.95,-75.166
7)

Defines an instant messenger handle.

This property was introduced in


a separate RFC when the latest
IMPP Undefined Maybe Optional vCard version was 3.0. IMPP:aim:[email protected]
Therefore, 3.0 vCards might
use this property without
otherwise declaring it.

2.1: KEY;PGP:http://example.com/key.pgp
The public encryption key associated
2.1: KEY;PGP;ENCODING=BASE64:[base64-data]
with the vCard object. It may point to 3.0: KEY;TYPE=PGP:http://example.com/key.pgp

KEY Optional Optional Optional an external URL, may be plain text, or 3.0: KEY;TYPE=PGP;ENCODING=b:[base64-data]

may be embedded in the vCard as a 4.0: KEY;MEDIATYPE=application/pgp-

keys:http://example.com/key.pgp
Base64 encoded block of text.
4.0: KEY:data:application/pgp-keys;base64,[base64-data]

KIND Undefined Undefined Optional Defines the type of entity that this KIND:individual
vCard represents: 'application',
'individual', 'group', 'location' or
Name Property presence Description Example
[2]
v. 2.1 v. 3.0 v. 4.0

'organization'; 'x-*' values may be


used for experimental purposes.[3][4]

Represents the actual text that


should be put on the mailing label
when delivering a physical package
to the person/object associated with
the vCard (related to the ADR
property).

Not supported in version 4.0.

Incorporated
Instead, this information is LABEL;TYPE=HOME:123 Main St.\nSpringfield,
LABEL Optional Optional
without stored in the LABEL IL 12345\nUSA
parameter of the ADR

property. Example:
ADR;TYPE=home;LABEL="123
Main St\nNew York, NY
12345":;;123 Main St;New
York;NY;12345;USA

Defines a language that the person


LANG Mentioned[2]: 34 Undefined Optional LANG:fr-CA
speaks.

An image or graphic of the logo of


2.1: LOGO;PNG:http://example.com/logo.png
the organization that is associated
2.1: LOGO;PNG;ENCODING=BASE64:[base64-data]
with the individual to which the vCard 3.0: LOGO;TYPE=PNG:http://example.com/logo.png
LOGO Optional Optional Optional belongs. It may point to an external 3.0: LOGO;TYPE=PNG;ENCODING=b:[base64-data]

URL or may be embedded in the 4.0:


LOGO;MEDIATYPE=image/png:http://example.com/logo.png
vCard as a Base64 encoded block of
4.0: LOGO;ENCODING=BASE64;TYPE=PNG:[base64-data]
text.

MAILER Optional Optional Undefined Type of email program used. MAILER:Thunderbird

Defines a member that is part of the


group that this vCard represents.
Acceptable values include:
a "mailto:" URL containing an email
address
MEMBER:urn:uuid:03a0e51f-d1aa-4385-8a53-
MEMBER Undefined Undefined Optional
e29025acd8af
a UID which references the
member's own vCard
The KIND property must be set to
"group" in order to use this property.

A structured representation of the


name of the person, place or thing
associated with the vCard object.
Structure recognizes, in order
N Required Required Optional N:Doe;John;;Dr;
separated by semicolons: Family
Name, Given Name,
Additional/Middle Names, Honorific
Prefixes, and Honorific Suffixes[5]

Provides a textual representation of


NAME Undefined Optional Undefined
the SOURCE property.

One or more descriptive/familiar


NICKNAME Undefined Optional Optional names for the object represented by NICKNAME:Jon,Johnny
this vCard.

Specifies supplemental information NOTE:I am proficient in Tiger-Crane


NOTE Optional Optional Optional or a comment that is associated with Style,\nand I am more than proficient in the
the vCard. exquisite art of the Samurai sword.

ORG Optional Optional Optional The name and optionally the unit(s) of ORG:Google;GMail Team;Spam Detection Squad
the organization associated with the
vCard object. This property is based
on the X.520 Organization Name
Name Property presence Description Example
[2]
v. 2.1 v. 3.0 v. 4.0

attribute and the X.520 Organization


Unit attribute.

2.1: PHOTO;JPEG:http://example.com/photo.jpg

An image or photograph of the 2.1: PHOTO;JPEG;ENCODING=BASE64:[base64-data]

3.0:
individual associated with the vCard.
PHOTO;TYPE=JPEG;VALUE=URI:http://example.com/photo.jpg
PHOTO Optional Optional Optional It may point to an external URL or
3.0: PHOTO;TYPE=JPEG;ENCODING=b:[base64-data]
may be embedded in the vCard as a
4.0:
Base64 encoded block of text. PHOTO;MEDIATYPE=image/jpeg:http://example.com/photo.jpg
4.0: PHOTO;ENCODING=BASE64;TYPE=JPEG:[base64-data]

The identifier for the product that PRODID:-//ONLINE DIRECTORY//NONSGML Version


PRODID Undefined Optional Optional
created the vCard object. 1//EN

PROFILE Undefined Optional Undefined States that the vCard is a vCard. PROFILE:VCARD

Another entity that the person is


related to. Acceptable values include:
a "mailto:" URL containing an email
address
RELATED;TYPE=friend:urn:uuid:03a0e51f-d1aa-
RELATED Undefined Undefined Optional
a UID which references the person's 4385-8a53-e29025acd8af
own vCard

a text value used to specify textual


information

A timestamp for the last time the


REV Optional Optional Optional REV:20121201T134211Z
vCard was updated.

The role, occupation, or business


ROLE Optional Optional Optional category of the vCard object within ROLE:Executive
an organization.

Defines a string that should be used


when an application sorts this vCard
in some way.

Not supported in version 4.0.


Incorporated
SORT-STRING Undefined Optional Instead, this information is SORT-STRING:Doe
without
stored in the SORT-AS

parameter of the N and/or


ORG properties.

By default, if this property is not


2.1: SOUND;OGG:http://example.com/sound.ogg
grouped with other properties it
2.1: SOUND;OGG;ENCODING=BASE64:[base64-data]
specifies the pronunciation of the 3.0: SOUND;TYPE=OGG:http://example.com/sound.ogg

SOUND Optional Optional Optional FN property of the vCard object. It 3.0: SOUND;TYPE=OGG;ENCODING=b:[base64-data]

may point to an external URL or may 4.0:


SOUND;MEDIATYPE=audio/ogg:http://example.com/sound.ogg
be embedded in the vCard as a
4.0: SOUND:data:audio/ogg;base64,[base64-data]
Base64 encoded block of text.

A URL that can be used to get the


SOURCE Undefined Optional Optional SOURCE:http://johndoe.com/vcard.vcf
latest version of this vCard.

The canonical number string for a


telephone number for telephony
TEL Optional Optional Optional TEL;TYPE=cell:(123) 555-5832
communication with the vCard
object.

Specifies the job title, functional


position or function of the individual
TITLE Optional Optional Optional TITLE:V.P. Research and Development
associated with the vCard object
within an organization.

2.1, 3.0: TZ:-0500


TZ Optional Optional Optional The time zone of the vCard object.
4.0: TZ:America/New_York

Specifies a value that represents a


UID:urn:uuid:da418720-3754-4631-a169-
UID Optional Optional Optional persistent, globally unique identifier
db89a02b831b
associated with the object.

A URL pointing to a website that


URL Optional Optional Optional URL:http://www.johndoe.com
represents the person in some way.
Name Property presence Description Example
[2]
v. 2.1 v. 3.0 v. 4.0

The version of the vCard


specification. In version 4.0, this must
VERSION Required Required Required VERSION:3.0
come right after the BEGIN
property.

Any XML data that is attached to the


vCard. This is used if the vCard was
encoded in XML (xCard standard) and
XML Undefined Undefined Optional XML:<b>Not an xCard XML element</b>
the XML document contained
elements which are not part of the
xCard standard.

Vezi de asemenea

CardDAV

FOAF (ontology)

Geo URI scheme

Referințe

1. RFC 6350, section 10.1 "Media Type Registration"

2. "vCard version 2.1 Specification" (https://web.archive.org/web/20150921154105/http://www.imc.org/pdi/vcard-21.rtf) .


Internet Mail Consortium. versit. 1996-09-18. Retrieved 2024-08-31.

3. "vCard Format Specification: 6.1.4. KIND" (https://tools.ietf.org/html/rfc6350#section-6.1.4) . IETF. August 2011.

4. "vCard KIND:application" (https://tools.ietf.org/html/rfc6473) . IETF. December 2011.

5. "RFC 2426: vCard MIME Directory, section 3.1.2" (https://www.rfc-editor.org/rfc/rfc2426#section-3.1.2) .

Legături externe

vCard 4.0 (https://devguide.calconnect.org/vCard/vcard-4/) at its developer CalConnect

RFC 6350 (https://datatracker.ietf.org/doc/html/rfc6350) describing the vCard format version 4

vCard and vCalendar (https://web.archive.org/web/20150906130553/http://www.imc.org/pdi/) (old versions) from the


Internet Mail Consortium in the Internet Archive

You might also like