-
Notifications
You must be signed in to change notification settings - Fork 93
Supported Specifications
Michael Angstadt edited this page Feb 11, 2023
·
5 revisions
Name | Specification |
---|---|
vCard 2.1 | versit Consortium Specification |
vCard 3.0 | RFC 2426 |
vCard 4.0 | RFC 6350 |
xCard | RFC 6351 |
hCard 1.0 | hCard 1.0 |
jCard | RFC 7095 |
KIND:application | RFC 6473 |
KIND:device | RFC 6869 |
vCard Format Extensions: Place of Birth, Place and Date of Death |
RFC 6474 |
Open Mobile Alliance Converged Address Book extensions |
RFC 6715 |
Parameter Value Encoding | RFC 6868 |
ez-vcard is maintained by Michael Angstadt
Table of Contents
Getting started
Examples
FAQ
Javadocs
Downloads
1 An Overview of the vCard data format
2 Reading and Writing vCard data with ez-vcard
2.1 Plain-text (traditional)
2.2 XML-encoded (xCard)
2.3 JSON-encoded (jCard)
2.4 HTML-encoded (hCard)
3 Differences between the vCard versions
4 Dealing with Non-standard Data
4.1 Working with non-standard properties and parameters
4.2 Property scribe
5 Project Information
5.1 News
5.2 Dependencies
5.3 Supported Specifications
5.4 Changelog
6 Reference
6.1 vCard Property Reference
6.2 Javadocs