jCard: The JSON format for vCard
draft-ietf-jcardcal-jcard-05
The information below is for an old version of the document | |||
---|---|---|---|
Document | Type | Active Internet-Draft (jcardcal WG) | |
Author | Philipp Kewisch | ||
Last updated | 2013-07-18 (latest revision 2013-07-14) | ||
Replaces | draft-bhat-vcarddav-json, draft-kewisch-vcard-in-json | ||
Stream | Internent Engineering Task Force (IETF) | ||
Formats | pdf htmlized (tools) htmlized bibtex | ||
Reviews | |||
Stream | WG state | Submitted to IESG for Publication | |
Document shepherd | Bert Greevenbosch | ||
Shepherd write-up | Show (last changed 2013-06-08) | ||
IESG | IESG state | IESG Evaluation::Revised I-D Needed | |
Consensus Boilerplate | Yes | ||
Telechat date |
Needs 9 more YES or NO OBJECTION positions to pass. |
||
Responsible AD | Pete Resnick | ||
Send notices to | jcardcal-chairs@tools.ietf.org, draft-ietf-jcardcal-jcard@tools.ietf.org, jcardcal@ietf.org, jcardcal@ietf.org | ||
IANA | IANA review state | IANA OK - Actions Needed |
JSON data formats for vCard and iCalendar P. Kewisch Internet-Draft Mozilla Intended status: Standards Track July 14, 2013 Expires: January 15, 2014 jCard: The JSON format for vCard draft-ietf-jcardcal-jcard-05 Abstract This specification defines "jCard", a JSON format for vCard data. Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on January 15, 2014. Copyright Notice Copyright (c) 2013 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 Kewisch Expires January 15, 2014 [Page 1] Internet-Draft jCard July 2013 2. Conventions Used in This Document . . . . . . . . . . . . . . 3 3. Converting from vCard to jCard . . . . . . . . . . . . . . . 4 3.1. Pre-processing . . . . . . . . . . . . . . . . . . . . . 4 3.2. Properties (RFC6350 section 6) . . . . . . . . . . . . . 5 3.2.1. Special Cases for Properties . . . . . . . . . . . . 6 3.2.1.1. The VERSION Property . . . . . . . . . . . . . . 6 3.2.1.2. Multi-valued Properties . . . . . . . . . . . . . 6 3.2.1.3. Grouping of Properties . . . . . . . . . . . . . 6 3.2.1.4. Structured Property Values . . . . . . . . . . . 7 3.3. Parameters (RFC6350 Section 5) . . . . . . . . . . . . . 9 3.3.1. VALUE parameter . . . . . . . . . . . . . . . . . . . 10 3.3.2. Multi-value Parameters . . . . . . . . . . . . . . . 10 3.4. Values (RFC6350 Section 4) . . . . . . . . . . . . . . . 10 3.4.1. Text (RFC6350 Section 4.1) . . . . . . . . . . . . . 11 3.4.2. URI (RFC6350 Section 4.2) . . . . . . . . . . . . . . 11 3.4.3. Date (RFC6350 Section 4.3.1) . . . . . . . . . . . . 11 3.4.4. Time (RFC6350 Section 4.3.2) . . . . . . . . . . . . 12 3.4.5. Date-Time (RFC6350 Section 4.3.3) . . . . . . . . . . 13 3.4.6. Date and/or Time (RFC6350 Section 4.3.4) . . . . . . 15 3.4.7. Timestamp (RFC6350 Section 4.3.5) . . . . . . . . . . 15 3.4.8. Boolean (RFC6350 Section 4.4) . . . . . . . . . . . . 16 3.4.9. Integer (RFC6350 Section 4.5) . . . . . . . . . . . . 16 3.4.10. Float (RFC6350 Section 4.6) . . . . . . . . . . . . . 16 3.4.11. UTC Offset (RFC6350 Section 4.7) . . . . . . . . . . 16 3.4.12. Language Tag (RFC6350 Section 4.8) . . . . . . . . . 17 3.5. Extensions (RFC6350 Section 6.10) . . . . . . . . . . . . 17 4. Converting from jCard into vCard . . . . . . . . . . . . . . 17 5. Handling Unrecognized Properties or Parameters . . . . . . . 18 5.1. Converting vCard into jCard . . . . . . . . . . . . . . . 19 5.2. Converting jCard into vCard . . . . . . . . . . . . . . . 19 5.3. Examples . . . . . . . . . . . . . . . . . . . . . . . . 19 6. Implementation Status (to be removed prior to publication as an RFC) . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 7. Security Considerations . . . . . . . . . . . . . . . . . . . 21 8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 21 8.1. GROUP vCard Parameter . . . . . . . . . . . . . . . . . . 22 8.2. UNKNOWN vCard Value Data Type . . . . . . . . . . . . . . 23 9. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 23 10. References . . . . . . . . . . . . . . . . . . . . . . . . . 23 10.1. Normative References . . . . . . . . . . . . . . . . . . 23Show full document text