[VCARDDAV] vCard revision - AN (anniversary)

Sly Gryphon <sgryphon@computer.org> Wed, 10 June 2009 12:25 UTC

Return-Path: <sgryphon@computer.org>
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 331F73A6E64 for <vcarddav@core3.amsl.com>; Wed, 10 Jun 2009 05:25:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1
X-Spam-Level:
X-Spam-Status: No, score=-1 tagged_above=-999 required=5 tests=[AWL=0.901, BAYES_00=-2.599, HELO_EQ_AU=0.377, HOST_EQ_AU=0.327, RCVD_IN_DNSWL_LOW=-1, RELAY_IS_203=0.994]
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 2SxTImaMeQgu for <vcarddav@core3.amsl.com>; Wed, 10 Jun 2009 05:25:08 -0700 (PDT)
Received: from outbound.icp-qv1-irony-out4.iinet.net.au (outbound.icp-qv1-irony-out4.iinet.net.au [203.59.1.150]) by core3.amsl.com (Postfix) with ESMTP id 6FC493A67FB for <vcarddav@ietf.org>; Wed, 10 Jun 2009 05:25:08 -0700 (PDT)
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AscBAL9CL0p8qohI/2dsb2JhbAAIzVaEDQU
X-IronPort-AV: E=Sophos;i="4.41,341,1241366400"; d="scan'208";a="420630646"
Received: from unknown (HELO [192.168.1.42]) ([124.170.136.72]) by outbound.icp-qv1-irony-out4.iinet.net.au with ESMTP; 10 Jun 2009 20:25:12 +0800
Message-ID: <4A2FA62C.3060400@computer.org>
Date: Wed, 10 Jun 2009 22:25:16 +1000
From: Sly Gryphon <sgryphon@computer.org>
User-Agent: Thunderbird 2.0.0.21 (Windows/20090302)
MIME-Version: 1.0
To: vcarddav@ietf.org
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: [VCARDDAV] vCard revision - AN (anniversary)
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: Wed, 10 Jun 2009 12:25:10 -0000

Additional attribute proposal for AN (anniversary), similar to BDAY and
DDAY.

Rationale: Probably the next most important date for contact information
after BDAY -- you could even argue it is more important than DDAY (DDAY
becomes kind of redundant in most cases). Synergises well with a a
RELATED type=partner (i.e. spouse).

AN

   Purpose:  The date of marriage, or equivalent, of the contact
represented by the directory entry.  The value is usually only specified
to the calendar day, without a time component.

   Value type:  The default is a single date value.  It can also be
      reset to a single date-time or text value.

   Cardinality:  (0,1)

   ABNF:

                   param = "VALUE=" ("date" / "date-time" / "text")
                   value = date / date-time / text
                   ; Value and parameter MUST match.

                   param =/ any-param