Re: [VCARDDAV] use case for multiple affiliations
Simon Perreault <simon.perreault@viagenie.ca> Mon, 27 July 2009 11:24 UTC
Return-Path: <simon.perreault@viagenie.ca>
X-Original-To: vcarddav@core3.amsl.com
Delivered-To: vcarddav@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E874B3A680B for <vcarddav@core3.amsl.com>; Mon, 27 Jul 2009 04:24:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.167
X-Spam-Level:
X-Spam-Status: No, score=-1.167 tagged_above=-999 required=5 tests=[AWL=-1.433, BAYES_00=-2.599, J_CHICKENPOX_62=0.6, J_CHICKENPOX_63=0.6, NO_RELAYS=-0.001, SARE_URI_EQUALS=1.666]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wfsZdae1WYZ9 for <vcarddav@core3.amsl.com>; Mon, 27 Jul 2009 04:24:45 -0700 (PDT)
Received: from jazz.viagenie.ca (jazz.viagenie.ca [IPv6:2620:0:230:8000::2]) by core3.amsl.com (Postfix) with ESMTP id AD8033A657C for <vcarddav@ietf.org>; Mon, 27 Jul 2009 04:24:44 -0700 (PDT)
Received: by jazz.viagenie.ca (Postfix, from userid 8) id AF1C229E15E3; Mon, 27 Jul 2009 07:24:45 -0400 (EDT)
Received: from dhcp-13e3.meeting.ietf.org (unknown [IPv6:2001:df8:0:16:20a:95ff:fef7:a2af]) by jazz.viagenie.ca (Postfix) with ESMTP id DC4F329E15CE; Mon, 27 Jul 2009 07:24:44 -0400 (EDT)
Message-ID: <4A6D8E76.5060404@viagenie.ca>
Date: Mon, 27 Jul 2009 13:24:38 +0200
From: Simon Perreault <simon.perreault@viagenie.ca>
User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605)
MIME-Version: 1.0
To: Markus Lorenz <lorenz@atlantika-arts.net>
References: <4A6D6A30.7040805@viagenie.ca> <4A6D6FBB.60701@atlantika-arts.net>
In-Reply-To: <4A6D6FBB.60701@atlantika-arts.net>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Cc: vcarddav@ietf.org
Subject: Re: [VCARDDAV] use case for multiple affiliations
X-BeenThere: vcarddav@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: IETF vcarddav wg mailing list <vcarddav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vcarddav>
List-Post: <mailto:vcarddav@ietf.org>
List-Help: <mailto:vcarddav-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vcarddav>, <mailto:vcarddav-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 27 Jul 2009 11:24:46 -0000
Markus Lorenz wrote: > In vCard 3 I would have said: use grouping. Something like > > abccompany.TEL;TYPE=work,voice:+1-213-123-4567 > abccompany.ADR;TYPE=WORK,PARCEL:;;2nd Street;My > Town;CA;91921-5678 > xyzboard.TEL;TYPE=work,voice:+1-213-555-1234 > xyzboard.ADR;TYPE=WORK,PARCEL:;;123 Main Street;Any > Town;CA;91921-1234 Marc had mentioned this problem to me privately and I couldn't think of a solution at the time. Now I think this would be right: Adapted for vCard 4: X-abccompany.TEL;TYPE=work,voice:+1-213-123-4567 X-abccompany.ADR;TYPE=WORK,PARCEL:;;2nd Street;My Town;CA;91921-5678 X-xyzboard.TEL;TYPE=work,voice:+1-213-555-1234 X-xyzboard.ADR;TYPE=WORK,PARCEL:;;123 Main Street;Any Town;CA;91921-1234 > But as the function of grouping has changed in vCard 4 to distinguish > between work and home information I also don't know how to build a > connection between information which belongs together. You have to use > the group "work" to indicate a work address, because the TYPE "work" has > been removed from ADR, TEL. etc. Multiple groups are not allowed. You can replace X-abccompany or X-xyzboard with work if you want to use its semantics (i.e. "properties related to an individual's work place"). Otherwise, the X- groups have no special meaning that could be interpreted by a computer. But you can use the X-group.ORG property to describe the group to a human. So the example becomes: work.TEL;TYPE=voice:+1-213-123-4567 work.ADR;TYPE=PARCEL:;;2nd Street;My Town;CA;91921-5678 work.ORG=ABC Company X-xyzboard.TEL;TYPE=voice:+1-213-555-1234 X-xyzboard.ADR;TYPE=PARCEL:;;123 Main Street;Any Town;CA;91921-1234 X-xyzboard.ORG=XYZ;Board > Same problem appears with multiple private contact locations, e.g. > summer residence, semester address. Same problem has same solution, e.g. X-summer-residence.ADR:... X-summer-residence.TEL:... X-summer-residence.ORG:Summer residence Simon -- STUN/TURN server --> http://numb.viagenie.ca Interplanetary news --> http://reeves.viagenie.ca vCard 4.0 --> http://www.vcarddav.org
- [VCARDDAV] use case for multiple affiliations Marc Blanchet
- Re: [VCARDDAV] use case for multiple affiliations Markus Lorenz
- Re: [VCARDDAV] use case for multiple affiliations Kepeng Li
- Re: [VCARDDAV] use case for multiple affiliations Simon Perreault
- Re: [VCARDDAV] use case for multiple affiliations Cyrus Daboo
- Re: [VCARDDAV] use case for multiple affiliations Simon Perreault
- Re: [VCARDDAV] use case for multiple affiliations Cyrus Daboo
- Re: [VCARDDAV] use case for multiple affiliations Simon Perreault
- Re: [VCARDDAV] use case for multiple affiliations Cyrus Daboo
- Re: [VCARDDAV] use case for multiple affiliations Markus Lorenz
- Re: [VCARDDAV] use case for multiple affiliations Simon Perreault
- Re: [VCARDDAV] use case for multiple affiliations Markus Lorenz
- Re: [VCARDDAV] use case for multiple affiliations Marc Blanchet