johan+openbsd-m...@huldtgren.com (Johan Huldtgren), 2014.05.12 (Mon) 13:20 (CEST): > Quoting Stuart Henderson <s...@spacehopper.org>: > > >On 2014-05-12, Steve Fairhead <st...@fivetrees.com> wrote: > >>Hi folks, > >> > >>I'm aware that mod_dav has been removed from 5.5. I was supporting a > >>group of icalendar files under 5.3 with mod_dav. Do I have options for > >>doing the same (read/write access) under 5.5, maybe using a different > >>method or package? Or is there a way of using mod_dav, despite its > >>antiquity, on 5.5? > >> > >>(Again I've searched with no success... I seem to be an edge case again...) > >> > >>Steve > >> > >> > > > >Either apache2 (www/apache-httpd) which has a maintained mod_dav, > >or one of the other programs that can handle icalendar files > >(possibly productivity/baikal?) > > I think both productivity/davical and www/owncloud can handle > icalendar files as well.
Having a love-hate relationship to these groupwares I'd recommend against that route for simple read/write access to an ical file. Replacing apache+mod_dav with apache|nginx+php+postgresql|mysql seems overkill to me. You could get sabredav to work with just sqlite, though. Bye, Marcus