[ietf-caldav] invalid TODO in CalDAV examples

Arnaud Quillaud <Arnaud.Quillaud@Sun.COM> Thu, 05 February 2009 15:27 UTC

Return-Path: <Arnaud.Quillaud@Sun.COM>
X-Original-To: ietf-caldav@osafoundation.org
Delivered-To: ietf-caldav@osafoundation.org
Received: from localhost (localhost [127.0.0.1]) by leka.osafoundation.org (Postfix) with ESMTP id 717763E1EC2 for <ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 07:27:35 -0800 (PST)
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Score: -4.269
X-Spam-Level:
X-Spam-Status: No, score=-4.269 tagged_above=-50 required=4 tests=[AWL=0.471, BAYES_20=-0.74, RCVD_IN_DNSWL_MED=-4]
Received: from leka.osafoundation.org ([127.0.0.1]) by localhost (leka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ck7U5aPP9QhA for <ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 07:27:20 -0800 (PST)
Received: from gmp-eb-inf-2.sun.com (gmp-eb-inf-2.sun.com [192.18.6.24]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by leka.osafoundation.org (Postfix) with ESMTP id B413C77D71B for <ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 07:25:57 -0800 (PST)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe2.eu.sun.com [192.18.6.11]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n15FPs5P018298 for <ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 15:25:54 GMT
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008)) id <0KEL00M00L0SCM00@fe-emea-09.sun.com> for ietf-caldav@osafoundation.org; Thu, 05 Feb 2009 15:25:54 +0000 (GMT)
Received: from [129.150.118.26] ([unknown] [129.150.118.26]) by fe-emea-09.sun.com (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008)) with ESMTPSA id <0KEL009NDMV1RPG0@fe-emea-09.sun.com> for ietf-caldav@osafoundation.org; Thu, 05 Feb 2009 15:25:49 +0000 (GMT)
Date: Thu, 05 Feb 2009 16:25:48 +0100
From: Arnaud Quillaud <Arnaud.Quillaud@Sun.COM>
Sender: Arnaud.Quillaud@Sun.COM
To: ietf-caldav@osafoundation.org
Message-id: <498B04FC.6080807@sun.com>
User-Agent: Thunderbird 2.0.0.19 (X11/20090105)
Subject: [ietf-caldav] invalid TODO in CalDAV examples
X-BeenThere: ietf-caldav@osafoundation.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussions on Calendar Access protocol based on WebDAV <ietf-caldav.osafoundation.org>
List-Unsubscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-caldav>, <mailto:ietf-caldav-request@osafoundation.org?subject=unsubscribe>
List-Archive: <http://lists.osafoundation.org/pipermail/ietf-caldav>
List-Post: <mailto:ietf-caldav@osafoundation.org>
List-Help: <mailto:ietf-caldav-request@osafoundation.org?subject=help>
List-Subscribe: <http://lists.osafoundation.org/mailman/listinfo/ietf-caldav>, <mailto:ietf-caldav-request@osafoundation.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Feb 2009 15:27:36 -0000

Hello,

Looking at 
http://caldav.calconnect.org/caldavfiles/files/draft-desruisseaux-rfc4791bis.changes.html#examples

There are 2 todos (abcd4.ics and abcd5.ics) with an alarm containing:

TRIGGER;RELATED=START:-PT10M

but those 2 todos only have a DUE date, making them invalid icalendar 
components.
The TRIGGER should be:

TRIGGER;RELATED=END:-PT10M


This affects the output of the example at: 
http://caldav.calconnect.org/caldavfiles/files/draft-desruisseaux-rfc4791bis.changes.html#rfc.section.7.8.9

It also affects 
http://caldav.calconnect.org/caldavfiles/files/draft-desruisseaux-rfc4791bis.changes.html#rfc.section.7.8.5 
. In that case the DUE property is expressed as a DATETIME with tz 
(although not timezone component is provided) instead of DATE.

Arnaud Q