RFC Errata
RFC 6350, "vCard Format Specification", August 2011
Note: This RFC has been updated by RFC 6868, RFC 9554, RFC 9555
Source of RFC: vcarddav (app)See Also: RFC 6350 w/ inline errata
Errata ID: 3086
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Roberto Javier Godoy
Date Reported: 2012-01-09
Verifier Name: Peter Saint-Andre
Date Verified: 2012-01-23
Section 6.2.6 says:
ANNIVERSARY-param = "VALUE=" ("date-and-or-time" / "text") ANNIVERSARY-value = date-and-or-time / text ; Value and parameter MUST match. ANNIVERSARY-param =/ altid-param / calscale-param / any-param ; calscale-param can only be present when ANNIVERSARY-value is ; date-and-or-time and actually contains a date or date-time.
It should say:
ANNIVERSARY-param = ANNIVERSARY-param-date / ANNIVERSARY-param-text ANNIVERSARY-value = date-and-or-time / text ; Value and parameter MUST match. ANNIVERSARY-param-date = "VALUE=date-and-or-time" ANNIVERSARY-param-text = "VALUE=text" / language-param ANNIVERSARY-param =/ altid-param / calscale-param / any-param ; calscale-param can only be present when ANNIVERSARY-value is ; date-and-or-time and actually contains a date or date-time.
Notes:
language-param should be allowed when ANNIVERSARY is reset to a single text value (BDAY, defined in section 6.2.5 accepts language-param)