Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nextcloud/cdav-library
- Owner: nextcloud
- License: agpl-3.0
- Created: 2018-01-13T13:46:31.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T04:53:51.000Z (about 2 months ago)
- Last Synced: 2024-09-28T11:42:13.617Z (about 1 month ago)
- Topics: caldav, carddav, cdav-library, javascript, js, library, nextcloud, rfc4791, rfc6352
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@nextcloud/cdav-library
- Size: 6.47 MB
- Stars: 64
- Watchers: 8
- Forks: 15
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)