aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-07-06 15:11:10 -0700
committerJames Lal <james@lightsofapollo.com>2012-07-06 15:11:10 -0700
commit5cba23989a53d4abbf94ba44474ec3f62c1b25e6 (patch)
treec24e51964a54cd5d6e76bd1fd30fde3377ae4888 /scripts
parent69266ff4ac273089cc59bd2a257bbf3fd28db287 (diff)
downloadjsCalDAV-5cba23989a53d4abbf94ba44474ec3f62c1b25e6.tar.gz
Add note about scripts/connect
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/connect10
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'