[cosmo-dev] CalDAV server implementation
Brian Moseley
bcm at osafoundation.org
Thu Nov 29 13:51:27 PST 2007
On Nov 29, 2007 1:24 PM, Adam Hertz <adamhertz at pacbell.net> wrote:
> Can anyone on the list point me at useful resources? I'm currently
> running under Apache, and was considering using mod_caldav to
> dispatch to my application. My app uses Rails, so any existing
> controller code for CalDAV would be super useful.
i'm not aware of any CalDAV implementations in Ruby.
is http://sourceforge.net/projects/modcaldav/ the mod_caldav you're
talking about? i don't see any code in that project's source
repository.
an alternative architecture you might consider is having your Ruby app
store data in an external CalDAV server, perhaps keeping objects in
your local database that mirror those in the CalDAV server. this is an
approach that's been discussed for Plone recently.
More information about the cosmo-dev
mailing list