Parse a stringly typed iCal date as a native JS date object.
npm install ical-date-parserParse a stringly typed iCal date as a native JS date object.
 
```
$ npm install ical-date-parser
`js`
import iCalDateParser from 'ical-date-parser';
`js`
iCalDateParser('20140422T233000Z');
Install dependencies:
``
$ npm install
Run the example app at http://localhost:8080:
``
$ npm run example
Run tests using jest:
``
$ npm test
Run tests and watch for code changes:
```
$ npm run test:watch
MIT