Thread overview
Vibe.Dav
Apr 07, 2015
Bogdan
Apr 08, 2015
Sönke Ludwig
Apr 09, 2015
Bogdan
Apr 10, 2015
Martin Nowak
Apr 10, 2015
Laeeth Isharc
Apr 10, 2015
Szabo Bogdan
April 07, 2015
Hi,

Here is a library that adds web dav support to vibe.d: https://github.com/gedaiu/vibe.dav

Right now it has good file dav support and some basic support for cal dav

Any help, improvements ideas or constructive criticism is welcome.

Thanks,
Bogdan
April 08, 2015
Am 07.04.2015 um 22:46 schrieb Bogdan:
> Hi,
>
> Here is a library that adds web dav support to vibe.d:
> https://github.com/gedaiu/vibe.dav
>
> Right now it has good file dav support and some basic support for cal dav
>
> Any help, improvements ideas or constructive criticism is welcome.
>
> Thanks,
> Bogdan

Nice! I'll give it a try when I get some time to set up a little private FileDAV server.
April 09, 2015
On Wednesday, 8 April 2015 at 17:38:28 UTC, Sönke Ludwig wrote:
> Am 07.04.2015 um 22:46 schrieb Bogdan:
>> Hi,
>>
>> Here is a library that adds web dav support to vibe.d:
>> https://github.com/gedaiu/vibe.dav
>>
>> Right now it has good file dav support and some basic support for cal dav
>>
>> Any help, improvements ideas or constructive criticism is welcome.
>>
>> Thanks,
>> Bogdan
>
> Nice! I'll give it a try when I get some time to set up a little private FileDAV server.

Great!

Just contact me if you have any problems with the setup.

Bogdan
April 10, 2015
On Tuesday, 7 April 2015 at 20:46:18 UTC, Bogdan wrote:
> Right now it has good file dav support and some basic support for cal dav

Are you saying I can replace my Radicale server with it?

https://github.com/Kozea/Radicale
April 10, 2015
On Friday, 10 April 2015 at 19:33:59 UTC, Martin Nowak wrote:
> On Tuesday, 7 April 2015 at 20:46:18 UTC, Bogdan wrote:
>> Right now it has good file dav support and some basic support for cal dav
>
> Are you saying I can replace my Radicale server with it?
>
> https://github.com/Kozea/Radicale

Funny.  I was just this second looking up cardav protocol to see if I could  add this piece and replace radicale too.
April 10, 2015
On Friday, 10 April 2015 at 19:33:59 UTC, Martin Nowak wrote:
> On Tuesday, 7 April 2015 at 20:46:18 UTC, Bogdan wrote:
>> Right now it has good file dav support and some basic support for cal dav
>
> Are you saying I can replace my Radicale server with it?
>
> https://github.com/Kozea/Radicale

I think that with some little effort you can. I intend to add
CalDav support too, but right now I am caught with something else.