aboutsummaryrefslogtreecommitdiffstats
path: root/lib/caldav/request/index.js
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-07-06 16:48:14 -0700
committerJames Lal <james@lightsofapollo.com>2012-07-06 16:48:14 -0700
commit1edfd60cccfdda4a21acbdef834f7b9db260af88 (patch)
treef0b9a1bd3516bf49be257ed77ffad7ab6c92a1f1 /lib/caldav/request/index.js
parent8997061718d9990960dfea0ba58e88138f3b5a88 (diff)
downloadjsCalDAV-1edfd60cccfdda4a21acbdef834f7b9db260af88.tar.gz
Adding lightly tested calendar home resolver
Diffstat (limited to 'lib/caldav/request/index.js')
-rw-r--r--lib/caldav/request/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/caldav/request/index.js b/lib/caldav/request/index.js
index fc49491..6790fd1 100644
--- a/lib/caldav/request/index.js
+++ b/lib/caldav/request/index.js
@@ -3,7 +3,8 @@
module.exports = {
Abstract: ns.require('request/abstract'),
CalendarQuery: ns.require('request/calendar_query'),
- Propfind: ns.require('request/propfind')
+ Propfind: ns.require('request/propfind'),
+ CalendarHome: ns.require('request/calendar_home')
};
}.apply(