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

WIP. PROPPATCH method support on calendar objects #108

Closed Olegas closed 8 years ago

mikedeboer commented 10 years ago

@Olegas I'm happy to see you working on this again! :smile:

I just added a few comments here and there, nothing major. Can you find time to fix those? Thanks!

Olegas commented 10 years ago

All that I've done in CalDAV/plugin.js is useless =) To get full support we need just fix this tiny issue in handler. Then node's handler returns extended result, we must not rewrite all result object, just a part, related to a node's url.

mikedeboer commented 10 years ago

ok! :laughing: I'll look more closely at this... and prolly just merge it in. Thanks!