Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nextcloud/cdav-library

:date: 📇 CalDAV and CardDAV client library for JavaScript
https://github.com/nextcloud/cdav-library

caldav carddav cdav-library javascript js library nextcloud rfc4791 rfc6352

Last synced: about 1 month ago
JSON representation

:date: 📇 CalDAV and CardDAV client library for JavaScript

Awesome Lists containing this project

README

        

# cdav-library

[![NPM Version](https://img.shields.io/npm/v/%40nextcloud%2Fcdav-library)](https://www.npmjs.com/package/@nextcloud/cdav-library)

:date: 📇 CalDAV and CardDAV client library for JavaScript

## Build the library

``` bash
# install dependencies
npm install

# build for dev and watch changes
npm run watch

# build for dev
npm run dev

# build for production with minification
npm run build

```
## Running tests
You can use the provided npm command to run all tests by using:

```
npm run test
```

## :v: Code of conduct

The Nextcloud community has core values that are shared between all members during conferences,
hackweeks and on all interactions in online platforms including [Github](https://github.com/nextcloud) and [Forums](https://help.nextcloud.com).
If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). :relieved:

## :heart: How to create a pull request

This guide will help you get started:
- :dancer: :smile: [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)