Node.js WebDAV, CalDAV, and CardDAV Client with API Functions, Syncing, and Debugging


Summary of my bookmarked Github repositories from Sep 18th, 2015

Github repositories

  • lambdabaa/dav

    The provided content describes a WebDAV, CalDAV, and CardDAV client for Node.js and the browser. It offers various APIs for managing accounts, calendars, contacts, and more. The API includes functions for creating accounts, calendars, and cards, as well as updating and deleting them. Syncing data from remote servers is also supported. The package provides options for different transport methods, such as basic authentication and OAuth2. Additionally, there are debugging capabilities available. The content includes examples and usage instructions for different scenarios.