diff options
Diffstat (limited to 'lib/caldav/request/index.js')
-rw-r--r-- | lib/caldav/request/index.js | 3 |
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( |