[calsify] [Technical Errata Reported] RFC9073 (7380)

RFC Errata System <rfc-editor@rfc-editor.org> Thu, 09 March 2023 09:45 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 D8768C14CE33 for <calsify@ietfa.amsl.com>; Thu, 9 Mar 2023 01:45:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.948
X-Spam-Level:
X-Spam-Status: No, score=-3.948 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=unavailable 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 EF936xSJZzM5 for <calsify@ietfa.amsl.com>; Thu, 9 Mar 2023 01:45:10 -0800 (PST)
Received: from rfcpa.amsl.com (rfc-editor.org [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 167EAC151542 for <calsify@ietf.org>; Thu, 9 Mar 2023 01:45:10 -0800 (PST)
Received: by rfcpa.amsl.com (Postfix, from userid 499) id CE19F4C26B; Thu, 9 Mar 2023 01:45:09 -0800 (PST)
To: mdouglass@bedework.com, superuser@gmail.com, francesca.palombini@ericsson.com, brong@fastmailteam.com, daniel.migault@ericsson.com
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: obartelt@amtangee.com, calsify@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20230309094509.CE19F4C26B@rfcpa.amsl.com>
Date: Thu, 09 Mar 2023 01:45:09 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/calsify/8k3Qf66pLQFAqHvG97p-hVTsySg>
Subject: [calsify] [Technical Errata Reported] RFC9073 (7380)
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 Mar 2023 09:45:13 -0000

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

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

--------------------------------------
Type: Technical
Reported by: Olaf Bartelt <obartelt@amtangee.com>

Section: 4

Original Text
-------------
The following changes to the syntax defined in iCalendar [RFC5545]
   are made here.  New elements are defined in subsequent sections.

   ; Addition of PARTICIPANT, VLOCATION, and VRESOURCE
   ; as valid components
   eventc     = "BEGIN" ":" "VEVENT" CRLF
                eventprop *alarmc *participantc *locationc *resourcec
                "END" ":" "VEVENT" CRLF

   ; Addition of properties STYLED-DESCRIPTION and STRUCTURED-DATA
   eventprop  =/ *styleddescription
                 *sdataprop

   ; Addition of PARTICIPANT, VLOCATION, and VRESOURCE
   ; as valid components
   todoc      = "BEGIN" ":" "VTODO" CRLF
                todoprop *alarmc *participantc *locationc *resourcec
                "END" ":" "VTODO" CRLF

   ; Addition of properties STYLED-DESCRIPTION and STRUCTURED-DATA
   todoprop =/ *styleddescription
               *sdataprop

   ; Addition of PARTICIPANT, VLOCATION, and VRESOURCE
   ; as valid components
   journalc   = "BEGIN" ":" "VJOURNAL" CRLF
                jourprop *participantc *locationc *resourcec
                "END" ":" "VJOURNAL" CRLF

   ; Addition of properties STYLED-DESCRIPTION and STRUCTURED-DATA
   jourprop =/ *styleddescription
               *sdataprop

   ; Addition of PARTICIPANT, VLOCATION, and VRESOURCE
   ; as valid components
   freebusyc  = "BEGIN" ":" "VFREEBUSY" CRLF
                fbprop *participantc *locationc *resourcec
                "END" ":" "VFREEBUSY" CRLF

   ; Addition of property STYLED-DESCRIPTION
   fbprop     =/ *styleddescription

Corrected Text
--------------
The following changes to the syntax defined in iCalendar [RFC5545]
   are made here.  New elements are defined in subsequent sections.

   ; Addition of PARTICIPANT, VLOCATION, and VRESOURCE
   ; as valid components
   eventc     = "BEGIN" ":" "VEVENT" CRLF
                eventprop *alarmc *participantc *locationc *resourcec
                "END" ":" "VEVENT" CRLF

   ; Addition of properties STYLED-DESCRIPTION and STRUCTURED-DATA
   eventprop  =/ *styleddescription
                 *sdataprop

   ; Addition of PARTICIPANT, VLOCATION, and VRESOURCE
   ; as valid components
   todoc      = "BEGIN" ":" "VTODO" CRLF
                todoprop *alarmc *participantc *locationc *resourcec
                "END" ":" "VTODO" CRLF

   ; Addition of properties STYLED-DESCRIPTION and STRUCTURED-DATA
   todoprop =/ *styleddescription
               *sdataprop

   ; Addition of PARTICIPANT, VLOCATION, and VRESOURCE
   ; as valid components
   journalc   = "BEGIN" ":" "VJOURNAL" CRLF
                jourprop *participantc *locationc *resourcec
                "END" ":" "VJOURNAL" CRLF

   ; Addition of properties STYLED-DESCRIPTION and STRUCTURED-DATA
   jourprop =/ *styleddescription
               *sdataprop

   ; Addition of PARTICIPANT, VLOCATION, and VRESOURCE
   ; as valid components
   freebusyc  = "BEGIN" ":" "VFREEBUSY" CRLF
                fbprop *participantc *locationc *resourcec
                "END" ":" "VFREEBUSY" CRLF

   ; Addition of property STYLED-DESCRIPTION
   fbprop     =/ *styleddescription

   ; Addition of property STYLED-DESCRIPTION
   alarmprop  =/ *styleddescription

Notes
-----
The usage of STYLED-DESCRIPTION in VALARMs is mentioned in section 6.5, but not represented as an extension to the syntax in section 4.

Instructions:
-------------
This erratum is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
can log in to change the status and edit the report, if necessary. 

--------------------------------------
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