mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

jCal/jCard parsing #140

Open joernroeder opened 8 years ago

joernroeder commented 8 years ago

I'm currently trying to build a simple frontend where users can update vcard fields as well as adding new ones and started to play around with the VObject-Reader. I've also checked the docs at http://sabre.io/vobject/ and noticed that it also supports the jCal/jCard format which seems to be a good starting point for dynamic form generation. Do you plan to add jCal/jCard parsing to jsDAV? I've also searched for other packages and found the following which seems to have (partial) jCal/jCard support:

https://github.com/jbenner-radham/jcard-to-vcard https://github.com/nilclass/vcardjs

mikedeboer commented 8 years ago

It'd be very sensible to have these formats supported in jsDAV. I don't have the time to work on that in the near future - here's to hoping someone else might!