[ietf-caldav] some more typos in caldav access examples

Arnaud Quillaud <Arnaud.Quillaud@Sun.COM> Thu, 05 February 2009 16:08 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 0362477D775 for <ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 08:08:54 -0800 (PST)
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Score: -5.354
X-Spam-Level:
X-Spam-Status: No, score=-5.354 tagged_above=-50 required=4 tests=[AWL=1.245, BAYES_00=-2.599, 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 oARwGw38IQJy for <ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 08:08:42 -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 01581794070 for <ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 08:07:26 -0800 (PST)
Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n15G7O2X024549 for <ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 16:07:25 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 <0KEL00B00OFLHP00@fe-emea-09.sun.com> for ietf-caldav@osafoundation.org; Thu, 05 Feb 2009 16:07:24 +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 <0KEL0028XORSA670@fe-emea-09.sun.com> for ietf-caldav@osafoundation.org; Thu, 05 Feb 2009 16:07:05 +0000 (GMT)
Date: Thu, 05 Feb 2009 17:07:04 +0100
From: Arnaud Quillaud <Arnaud.Quillaud@Sun.COM>
Sender: Arnaud.Quillaud@Sun.COM
To: ietf-caldav@osafoundation.org
Message-id: <498B0EA8.9070108@sun.com>
User-Agent: Thunderbird 2.0.0.19 (X11/20090105)
Subject: [ietf-caldav] some more typos in caldav access 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 16:08:57 -0000

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

The event abcd2 is missing the following exception (which is returned in 
the calendar-query report).

BEGIN:VEVENT
DTSTAMP:20060206T001121Z
DTSTART;TZID=US/Eastern:20060106T140000
DURATION:PT1H
RECURRENCE-ID;TZID=US/Eastern:20060106T120000
SUMMARY:Event #2 bis bis
UID:00959BC664CA650E933C892C@example.com
END:VEVENT

The event abcd3 is missing

X-ABC-GUID:E1CX5Dr-0007ym-Hz@example.com

which is returned in the calendar query reports.


Looking at 
http://caldav.calconnect.org/caldavfiles/files/draft-desruisseaux-rfc4791bis.changes.html#rfc.section.7.8.1
For the second event, the

PRODID

is returned when it should not.

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

the getetag property is returned when it was not asked for in the request.

Arnaud Q