Does anyone know of the options for providing a Calendar (CalDAV) interface into a node.js application?
I've seen jsDAV, but it seems it does not currently support CalDAV.
It seems node+express supports *DAV HTTP methods like PROPFIND, etc, but I doubt it would be feasible to write a CalDAV impl directly as part of my app.
Any ideas or recommendations?
Found this: https://github.com/mozilla-b2g/caldav seems to be the JavaScript implementation in FirefoxOS so it should work. It seems to be maintained, comes with unit tests (using Mocha) but no documentation :/
There is a list of libraries on Wikipedia: http://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations