.NET CalDAV / CardDAV Client Library

(Source Code and Harness Application)

Purpose
This Client Library is provided for convenience to allow CardDAV/CalDAV connectivity within Microsoft Visual Studio projects. It is an abstraction Library that provides simple CalDAV / CardDAV connectivity.

The library also includes a primitive interface for parsing Calendar and Contact properties; although this is provided as a stub only (an implementation would involve sourcing a comprehensive parser of VCALENDAR and VCARDs).

The Library is intended as an acceleration tool that provides a core framework for connectivity to CalDAV / CardDAV Services.
.NET CalDAV / CardDAV Client Library - ARPDev DAVLib Harness

Features
It provides the following features:

Source Code
.NET CalDAV / CardDAV Client Library - ARPDev DAVLib Source Code


Resources



Project Status
Whilst the library provides some significant preliminary functionality, the library will be extended as it matures.
Gemeral updates will be posted to this page as they are integrated and tested.

Revision History
Friday 27th March: Initial release

Licensing

Copyright (c) 2017, ARPDev Pty. Ltd. (arpdev.com) All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution
  3. Commercial redistribution is limited to inclusion in a significantly larger body of work. ie: You cannot simply repackage the library and sell it commercially


THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.