aboutsummaryrefslogtreecommitdiffstats
path: root/lib/caldav/sax/dav_response.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/caldav/sax/dav_response.js')
-rw-r--r--lib/caldav/sax/dav_response.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/caldav/sax/dav_response.js b/lib/caldav/sax/dav_response.js
index 0c6c1a0..caba42f 100644
--- a/lib/caldav/sax/dav_response.js
+++ b/lib/caldav/sax/dav_response.js
@@ -224,6 +224,11 @@
var parent;
if (this.current.href) {
+ this.emit(
+ 'DAV:/response',
+ this.current.href,
+ this.current.propstat
+ );
parent = this.stack[this.stack.length - 1];
parent[this.current.href] = this.current.propstat;
}