enesser / vCards-js

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website or application.
MIT License
419 stars 154 forks source link

New attributes for vCard: work email, work and home fax, pager #16

Closed jkrenge closed 8 years ago

jkrenge commented 8 years ago

I added the attributes vCard.pagerPhone, vCard.homeFax, vCard.workFax and vCard.workEmail as I need these attributes for a project. I added them to the parser, the prototype and the full example in the readme.

Tests are passing, I tested the formatting for vcard version 2.1, 3.0 and 4.0 for compatibility with MacOS and Microsoft Outlook 2010.

enesser commented 8 years ago

What a great GitHub citizen. Thank you!