nextcloud / cdav-library

:date: 📇 CalDAV and CardDAV client library for JavaScript
https://www.npmjs.com/package/@nextcloud/cdav-library
GNU Affero General Public License v3.0
64 stars 15 forks source link
caldav carddav cdav-library javascript js library nextcloud rfc4791 rfc6352

cdav-library

REUSE status NPM Version

:date: 📇 CalDAV and CardDAV client library for JavaScript

Build the library

# 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 and Forums. If you contribute, participate or interact with this community, please respect our shared values. :relieved:

:heart: How to create a pull request

This guide will help you get started: