Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SabreDAV for .NET?

Is there a CardDAV/CalDAV server framework similar to SabreDAV available for .NET?

I have a WCF REST service written in C# and I'm wondering how hard would it be to expose my calendar and contacts data using CalDAV and CardDAV protocols.

So far I've only found SabreDAV. It seems to be excellent, but it's a PHP framework, so I would have to maintain a whole new codebase.

Is there any SabreDAV alternative for .Net?

like image 748
Michał Fronczyk Avatar asked Nov 13 '22 08:11

Michał Fronczyk


1 Answers

You are going to have a limited set of options because this is a fairly niche area for .NET developers. There is a company that supposedly has a WCF library with support for WebDAV with WCF, but it lacks the CalDAV support you are looking for. You probably don't want to go down a route with IIS' WebDAV support as it isn't really designed to support the extensions you need.

like image 170
Brian Lyttle Avatar answered Nov 23 '22 23:11

Brian Lyttle