polyfox / vobject

Parse and manipulate iCalendar (RFC5545) and vCard objects (RFC6350) in Elixir
9 stars 8 forks source link

vCards? #1

Open msimonborg opened 5 years ago

msimonborg commented 5 years ago

Do you have any plans to add vCard modules soon? As far as I can tell there isn't another Hex library tackling this. I was going to roll my own to use in a project but it looks like you got a good start with the iCal functions.

archseer commented 5 years ago

There's some work involved in the deserialization differences between the two formats, but I think vCard support shouldn't be too hard to add. I don't have the time to work on this for the next few months at least though :/

msimonborg commented 5 years ago

Ok, thanks! I'll submit a PR if I get something going