Pergunta

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?

Foi útil?

Solução 3

Fennel is a good start: https://github.com/LordEidi/fennel

Both CalDAV / CardDAV

Outras dicas

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

At Cozy, we are maintaining this fork of jsDAV which supports CalDAV (server only): https://npmjs.org/package/cozy-jsdav-fork

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top