[ietf-caldav] X- props in organizer's copy
Arnaud Quillaud <Arnaud.Quillaud@Sun.COM> Thu, 05 February 2009 13:46 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 EEDC677D73D for <ietf-caldav@osafoundation.org>;
Thu, 5 Feb 2009 05:46:21 -0800 (PST)
X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org
X-Spam-Score: -3.546
X-Spam-Level:
X-Spam-Status: No, score=-3.546 tagged_above=-50 required=4 tests=[AWL=0.639,
BAYES_40=-0.185, 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
uBeUmmz-hOca for <ietf-caldav@osafoundation.org>;
Thu, 5 Feb 2009 05:46:00 -0800 (PST)
Received: from gmp-eb-inf-1.sun.com (gmp-eb-inf-1.sun.com [192.18.6.21])
(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client
certificate requested) by leka.osafoundation.org (Postfix) with ESMTP id
7635E7940E3 for <ietf-caldav@osafoundation.org>;
Thu, 5 Feb 2009 05:42:03 -0800 (PST)
Received: from fe-emea-10.sun.com (gmp-eb-lb-2-fe3.eu.sun.com [192.18.6.12])
by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n15DfuT9010930 for
<ietf-caldav@osafoundation.org>; Thu, 5 Feb 2009 13:41:57 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-10.sun.com by fe-emea-10.sun.com (Sun
Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008)) id
<0KEL00300G43FX00@fe-emea-10.sun.com> for ietf-caldav@osafoundation.org;
Thu, 05 Feb 2009 13:41:56 +0000 (GMT)
Received: from [129.150.118.26] ([unknown] [129.150.118.26]) by
fe-emea-10.sun.com (Sun Java(tm) System Messaging Server 7.0-3.01 64bit
(built Dec 23 2008)) with ESMTPSA id <0KEL006N0I1K6H20@fe-emea-10.sun.com>
for ietf-caldav@osafoundation.org; Thu, 05 Feb 2009 13:41:44 +0000 (GMT)
Date: Thu, 05 Feb 2009 14:41:44 +0100
From: Arnaud Quillaud <Arnaud.Quillaud@Sun.COM>
Sender: Arnaud.Quillaud@Sun.COM
To: ietf-caldav@osafoundation.org
Message-id: <498AEC98.4020300@sun.com>
User-Agent: Thunderbird 2.0.0.19 (X11/20090105)
Subject: [ietf-caldav] X- props in organizer's copy
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 13:46:25 -0000
Hello, CalDAV clients often use X- props to persist proprietary information (e.g. "X-MYCLIENT-EVENT-COLOR:red", or "X-MYCLIENT-MEETING-CHAT-URL:xyz:abc"). Using the new scheduling model, it is now the server's responsibility to propagate or not propagate those X- props to attendees: propagating an event color property would not be appropriate while propagating a meeting chat url would be. In the meantime, it is impossible for a server to be aware of all X- props (existing and yet to come) and take the apppropriate action. Should we define a boolean parameter indicating whether the organizer's client wishes to propagate a particular property (or component) to the attendee ? The default would be true. Example: X-MYCLIENT-EVENT-COLOR;SCHEDULE-PROPAGATE=FALSE:red X-MYCLIENT-MEETING-CHAT-URL;SCHEDULE-PROPAGATE=TRUE:xyz:abc Actually, the same could be said about regular properties: An organizer may want to add an attachment to his copy of a meeting but may not want to send it to the attendees. Arnaud Q
- Re: [ietf-caldav] X- props in organizer's copy Helge Hess
- [ietf-caldav] X- props in organizer's copy Arnaud Quillaud