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

Caldav backend implementation #101

Open lambdabaa opened 10 years ago

lambdabaa commented 10 years ago

We have this fancy interface https://github.com/mikedeboer/jsDAV/blob/master/lib/CalDAV/interfaces/iBackend.js, but AFAICT we don't have any "backends" which implement it. For my purposes, an in-memory backend would work for testing.

nesretep-anp1 commented 5 years ago

Is there an appropriate implementation now?