rfc9554v2.txt   rfc9554.txt 
skipping to change at line 312 skipping to change at line 312
Cardinality: *1 Cardinality: *1
Property parameters: VALUE Property parameters: VALUE
Description: This is the timestamp when the vCard was created. Description: This is the timestamp when the vCard was created.
Copying the vCard across systems does not count as a new creation Copying the vCard across systems does not count as a new creation
nor a new revision. Instead, the timestamp value typically stays nor a new revision. Instead, the timestamp value typically stays
unchanged for the existence of the vCard. unchanged for the existence of the vCard.
Format definition: This property is defined by the following Format definition:
notation:
created = "CREATED" createdparam ":" timestamp created = "CREATED" createdparam ":" timestamp
createdparam = *( createdparam = *(
; ;
; The following are OPTIONAL ; The following are OPTIONAL
; but MUST NOT occur more than once. ; but MUST NOT occur more than once.
; ;
(";" "VALUE" "=" "timestamp") / (";" "VALUE" "=" "timestamp") /
; ;
; The following are OPTIONAL ; The following are OPTIONAL
skipping to change at line 356 skipping to change at line 354
Property parameters: LANGUAGE Property parameters: LANGUAGE
Description: This property defines the grammatical gender that the Description: This property defines the grammatical gender that the
contact prefers to be addressed by or referred to as in written or contact prefers to be addressed by or referred to as in written or
spoken form. For example, the German language distinguishes by spoken form. For example, the German language distinguishes by
grammatical gender in salutations such as "Sehr geehrte" grammatical gender in salutations such as "Sehr geehrte"
(feminine) and "Sehr geehrter" (masculine). Multiple occurrences (feminine) and "Sehr geehrter" (masculine). Multiple occurrences
of this property MUST be distinguished by the LANGUAGE parameter. of this property MUST be distinguished by the LANGUAGE parameter.
Format definition: This property is defined by the following Format definition:
notation:
gramgender = "GRAMGENDER" gramgender-param gramgender = "GRAMGENDER" gramgender-param
":" gramgender-value ":" gramgender-value
gramgender-param = gramgender-param =
*( *(
; ;
; The following are OPTIONAL ; The following are OPTIONAL
; but MUST NOT occur more than once. ; but MUST NOT occur more than once.
; ;
(";" language-param) / (";" language-param) /
skipping to change at line 387 skipping to change at line 383
gramgender-value = "animate" / gramgender-value = "animate" /
"common" / "common" /
"feminine" / "feminine" /
"inanimate" / "inanimate" /
"masculine" / "masculine" /
"neuter" / "neuter" /
iana-token / iana-token /
x-name x-name
Example(s): Example(s):
GRAMGENDER;LANGUAGE=de:masculine GRAMGENDER;LANGUAGE=de:feminine
GRAMGENDER:LANGUAGE=en:neuter
3.3. LANGUAGE 3.3. LANGUAGE
Property name: LANGUAGE Property name: LANGUAGE
Purpose: Defines the default language that human-readable text Purpose: Defines the default language that human-readable text
values in this vCard are assumed to be written in. values in this vCard are assumed to be written in.
Value type: A single Language-Tag value as defined in Section 4 of Value type: A single Language-Tag value as defined in Section 4 of
[RFC6350]. [RFC6350].
skipping to change at line 410 skipping to change at line 405
Cardinality: *1 Cardinality: *1
Property parameters: The LANGUAGE parameter MUST NOT be assigned to Property parameters: The LANGUAGE parameter MUST NOT be assigned to
this property. this property.
Description: This property defines the language that property values Description: This property defines the language that property values
of type TEXT are assumed to be written in for this vCard. If a of type TEXT are assumed to be written in for this vCard. If a
vCard property includes the LANGUAGE parameter, then the parameter vCard property includes the LANGUAGE parameter, then the parameter
value has higher precedence than the LANGUAGE property value. value has higher precedence than the LANGUAGE property value.
Format definition: This property is defined by the following Format definition:
notation:
language-prop = "LANGUAGE" any-param ":" Language-Tag language-prop = "LANGUAGE" any-param ":" Language-Tag
; Language-Tag is defined in RFC 6350, Section 4. ; Language-Tag is defined in RFC 6350, Section 4.
Example(s): Example(s):
LANGUAGE:de-AT LANGUAGE:de-AT
3.4. PRONOUNS 3.4. PRONOUNS
Property name: PRONOUNS Property name: PRONOUNS
skipping to change at line 441 skipping to change at line 434
Description: This property contains the pronouns that the contact Description: This property contains the pronouns that the contact
chooses to use for themselves. The value is free-form text. chooses to use for themselves. The value is free-form text.
These pronouns shall be used when addressing or referring to the These pronouns shall be used when addressing or referring to the
contact. Multiple occurrences of this property MAY define contact. Multiple occurrences of this property MAY define
pronouns for multiple languages, preferences, and contexts. pronouns for multiple languages, preferences, and contexts.
Multiple pronouns in the same language SHOULD use the PREF Multiple pronouns in the same language SHOULD use the PREF
parameter; otherwise, the order of preference is implementation- parameter; otherwise, the order of preference is implementation-
specific. specific.
Format definition: This property is defined by the following Format definition:
notation:
pronouns = "PRONOUNS" pronouns-param ":" text pronouns = "PRONOUNS" pronouns-param ":" text
pronouns-param = pronouns-param =
*( *(
; ;
; The following are OPTIONAL ; The following are OPTIONAL
; but MUST NOT occur more than once. ; but MUST NOT occur more than once.
; ;
(";" language-param) / (";" language-param) /
(";" pref-param) / (";" pref-param) /
skipping to change at line 495 skipping to change at line 486
Description: Several vCard address book implementations currently Description: Several vCard address book implementations currently
use an experimental X-SOCIALPROFILE property to store social media use an experimental X-SOCIALPROFILE property to store social media
profiles for contacts. This specification provides an IANA- profiles for contacts. This specification provides an IANA-
registered property for the same purpose. In addition to the registered property for the same purpose. In addition to the
typical use of this property with URI values, it also allows typical use of this property with URI values, it also allows
setting usernames for social media services as free-text TEXT setting usernames for social media services as free-text TEXT
values, in which case the service name MUST be provided as a values, in which case the service name MUST be provided as a
parameter. Names MUST be considered equal if they match case- parameter. Names MUST be considered equal if they match case-
insensitively. insensitively.
Format definition: This property is defined by the following Format definition:
notation:
socialpr = "SOCIALPROFILE" socialpr-param ":" socialpr = "SOCIALPROFILE" socialpr-param ":"
socialpr-value socialpr-value
socialpr-param = "VALUE=uri" / "VALUE=text" / socialpr-param = "VALUE=uri" / "VALUE=text" /
service-type-param / any-param service-type-param / any-param
socialpr-value = URI / text socialpr-value = URI / text
Example(s): Example(s):
SOCIALPROFILE;SERVICE-TYPE=Mastodon:https://example.com/@foo SOCIALPROFILE;SERVICE-TYPE=Mastodon:https://example.com/@foo
skipping to change at line 568 skipping to change at line 557
Purpose: Defines the date and time when a property was created in a Purpose: Defines the date and time when a property was created in a
vCard. vCard.
Description: This parameter MAY be set on any property to define the Description: This parameter MAY be set on any property to define the
point in time when the property was created. The value MUST be a point in time when the property was created. The value MUST be a
valid TIMESTAMP value as defined in Section 4.3.5 of [RFC6350]. valid TIMESTAMP value as defined in Section 4.3.5 of [RFC6350].
Generally, updating a property value SHOULD NOT change the Generally, updating a property value SHOULD NOT change the
creation timestamp. creation timestamp.
Format definition: Format definition:
created-param = "CREATED" "=" param-value ; created-param = "CREATED" "=" param-value
; a valid TIMESTAMP of Section 4.3.5 of RFC 6350 ; a valid TIMESTAMP of Section 4.3.5 of RFC 6350
Example(s): Example(s):
NOTE;CREATED=20221122T151823Z:This is some note. NOTE;CREATED=20221122T151823Z:This is some note.
4.4. DERIVED 4.4. DERIVED
Parameter name: DERIVED Parameter name: DERIVED
Purpose: Specifies that the value of the associated property is Purpose: Specifies that the value of the associated property is
 End of changes. 7 change blocks. 
18 lines changed or deleted 7 lines changed or added

This html diff was produced by rfcdiff 1.48.