# cdav-library **Repository Path**: mirrors_nextcloud/cdav-library ## Basic Information - **Project Name**: cdav-library - **Description**: :date: 📇 CalDAV and CardDAV client library for JavaScript - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cdav-library [![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/cdav-library)](https://api.reuse.software/info/github.com/nextcloud/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)