# [**caldav-adapter**](https://github.com/forwardemail/caldav-adapter)

[![build status](https://github.com/forwardemail/caldav-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/forwardemail/caldav-adapter/actions/workflows/ci.yml)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/forwardemail/caldav-adapter.svg)](LICENSE)

> CalDAV server for Node.js and Koa.  Modernized and maintained for [Forward Email](https://forwardemail.net).


## Table of Contents

* [Usage](#usage)
* [Install](#install)
* [Contributors](#contributors)
* [License](#license)


## Usage

Please refer to the Forward Email implementation at <https://github.com/forwardemail/forwardemail.net> for usage insight.


## Install

[npm][]:

```sh
npm install caldav-adapter
```


## Contributors

| Name                | Website                          |
| ------------------- | -------------------------------- |
| **Sanders DeNardi** | <http://www.sandersdenardi.com/> |
| **Forward Email**   | <https://forwardemail.net>       |


## License

[MIT](LICENSE) © Sanders DeNardi and Forward Email LLC


##

[npm]: https://www.npmjs.com
