[calsify] [Errata Verified] RFC9073 (7381)

RFC Errata System <rfc-editor@rfc-editor.org> Thu, 09 November 2023 14:13 UTC

Return-Path: <wwwrun@rfcpa.amsl.com>
X-Original-To: calsify@ietfa.amsl.com
Delivered-To: calsify@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1B3B8C17DC19; Thu, 9 Nov 2023 06:13:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.261
X-Spam-Level:
X-Spam-Status: No, score=-5.261 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_HI=-5, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_SOFTFAIL=0.732, SPF_SOFTFAIL=0.665, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id URDPNZ_xvmWP; Thu, 9 Nov 2023 06:13:00 -0800 (PST)
Received: from rfcpa.amsl.com (rfcpa.amsl.com [50.223.129.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 41D89C17DC0D; Thu, 9 Nov 2023 06:13:00 -0800 (PST)
Received: by rfcpa.amsl.com (Postfix, from userid 499) id 0E4B2629685; Thu, 9 Nov 2023 06:13:00 -0800 (PST)
To: obartelt@amtangee.com, mdouglass@bedework.com
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: francesca.palombini@ericsson.com, iesg@ietf.org, calsify@ietf.org, iana@iana.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20231109141300.0E4B2629685@rfcpa.amsl.com>
Date: Thu, 09 Nov 2023 06:13:00 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/calsify/hbt4EPZi9fcquvVuqCNulFpFFig>
Subject: [calsify] [Errata Verified] RFC9073 (7381)
X-BeenThere: calsify@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: Calendaring and Scheduling Standards Simplification <calsify.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/calsify>, <mailto:calsify-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/calsify/>
List-Post: <mailto:calsify@ietf.org>
List-Help: <mailto:calsify-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/calsify>, <mailto:calsify-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 09 Nov 2023 14:13:04 -0000

The following errata report has been verified for RFC9073,
"Event Publishing Extensions to iCalendar". 

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid7381

--------------------------------------
Status: Verified
Type: Technical

Reported by: Olaf Bartelt <obartelt@amtangee.com>
Date Reported: 2023-03-09
Verified by: Francesca Palombini (IESG)

Section: 7.2

Original Text
-------------
   Format Definition:  This component is defined by the following
      notation:

      locationc    = "BEGIN" ":" "VLOCATION" CRLF
                     locprop
                     "END" ":" "VLOCATION" CRLF

      locprop      = *(
                     ;
                     ; 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 / loctype / name
                     ;
                     ; The following are OPTIONAL
                     ; and MAY occur more than once.
                     ;
                     sdataprop / iana-prop
                  )

Corrected Text
--------------
   Format Definition:  This component is defined by the following
      notation:

      locationc    = "BEGIN" ":" "VLOCATION" CRLF
                     locprop
                     "END" ":" "VLOCATION" CRLF

      locprop      = *(
                     ;
                     ; 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 / loctype / name / url /
                     ;
                     ; The following are OPTIONAL
                     ; and MAY occur more than once.
                     ;
                     sdataprop / iana-prop
                  )

Notes
-----
The url property is missing or the specification clahes with RFC 9074, where in section 8.2 in the example it reads:

   BEGIN:VLOCATION
   UID:123456-abcdef-98765432
   NAME:Office
   URL:geo:40.443,-79.945;u=10
   END:VLOCATION

Either "geo" was intended as a geo uri as defined in RFC 5870 (instead of the geographic position from RFC 2445/5545) or "url" should be added as a valid property (or RFC 9074 is wrong).

--

Verifier's notes: A "/" was missing after "name" and was added after "url" in this same errata.

--------------------------------------
RFC9073 (draft-ietf-calext-eventpub-extensions-19)
--------------------------------------
Title               : Event Publishing Extensions to iCalendar
Publication Date    : August 2021
Author(s)           : M. Douglass
Category            : PROPOSED STANDARD
Source              : Calendaring Extensions
Area                : Applications and Real-Time
Stream              : IETF
Verifying Party     : IESG