0.0.1 • Published 10 years ago

icsparser.js v0.0.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
10 years ago

icsparser.js

JavaScript ICS calendar parser.

Build Status

Usage

Load it in your package.json:

"dependencies": {
  "icsparser.js": "~> 0.0.1"
}

Or in your bower.json:

"dependencies": {
  "icsparser.js": "~0.0.1"
}

Then use it in your code:

var icsp = require('dist/icsparser');
var icalObject = new icsp.ICalendar();
var parser = new icsp.IcsParser();
var dateObject = parser.parseDateString('20110914T184000Z');

Copyright

ICSparser.js © 2015 by Jan Lindblom. ICSparser.js is licensed under the MIT license. Please see the LICENSE.txt file for more information.

Contributing

  1. Fork it ( https://bitbucket.org/janlindblom/icsparser.js/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request
0.0.1

10 years ago