diff options
Diffstat (limited to 'scripts/connect')
-rwxr-xr-x | scripts/connect | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/connect b/scripts/connect index d8570b7..149d54a 100755 --- a/scripts/connect +++ b/scripts/connect @@ -1,5 +1,15 @@ #! /usr/bin/env node + +/** + * The intent of this script is to test some + * basic operations on a given server to see how + * well we can interact with them out of the box. + * + * As our detection capabilities evolve this script + * should be smaller and simpler. + */ + var CalDav = require('../lib/caldav'); var configurations = JSON.parse(require('fs').readFileSync( __dirname + '/test-configs.json', 'utf8' |