RFC Errata
RFC 9073, "Event Publishing Extensions to iCalendar", August 2021
Source of RFC: calext (art)
Errata ID: 8040
Status: Reported
Type: Technical
Publication Format(s) : TEXT, PDF, HTML
Reported By: Dominique Hazaël-Massieux
Date Reported: 2024-07-21
Section 7.3 says:
resprop = *(
;
; The following are REQUIRED
; but MUST NOT occur more than once.
;
uid /
;
; The following are OPTIONAL
; but MUST NOT occur more than once.
;
description / geo / name / restype /
;
; The following are OPTIONAL
; and MAY occur more than once.
;
sdataprop / iana-prop
)
It should say:
resprop = *(
;
; The following are REQUIRED
; but MUST NOT occur more than once.
;
uid /
;
; The following are OPTIONAL
; but MUST NOT occur more than once.
;
description / geo / name / restypeprop /
;
; The following are OPTIONAL
; and MAY occur more than once.
;
sdataprop / iana-prop
)
Notes:
restype is not defined anywhere, whereas restypeprop is
