Slashdot Mirror


GroupDAV: Standardizing Groupware

IGnatius T Foobar writes "There are lots of open source groupware products out there, but the perpetual problem has always been that we don't have a single, unified standard protocol to connect open source groupware clients to open source groupware servers. GroupDAV changes all that. Support for GroupDAV now exists in Citadel, OpenGroupware.org, KDE Kontact, and connectors are currently in beta for Evolution and Mozilla Sunbird. Unlike CAP and CalDAV, the GroupDAV effort is backed by real code that works today. "

4 of 150 comments (clear)

  1. Lack of this is keeing us with Microsoft by Anonymous Coward · · Score: 5, Insightful

    And this lack of a GroupWare standard is EXACTLY why organizations like mine (state government) still turn to MS.

    If we could get an opensource standard that worked with exiting MS standards then we would switch, if for nothing else then price alone.

  2. Re:Still needs more... by Wier · · Score: 5, Insightful

    You're joking, right? Open source supports the open standards when Exchange uses them.

    For instance, you can use active directory as a regular LDAP instance (albiet with funny cn= syntax)

    And you can access email boxes as IMAP folders.

    In fact, most of the iCal processing is done by outlook and just stored in mail folder (accessible via IMAP). In fact, some people have actually gotten calendaring working with open source software via Exchange.

    The only parts that aren't supported are those that aren't open. For instance, the MAPI messaging that exchange can do and those wonky objects in Active Directory that you can't access via the LDAP interface.

  3. Re:Still needs more... by nlinecomputers · · Score: 5, Insightful

    Agreed.

    For me the problem isn't Exchange. It's Oulook. People want to use outlook. They don't give a flying frack what it connects to but they want the useabilty of Outlook.

    --
    Slashdot, home of supporters of free software, free music, and free speech.Except for Moderators that disagree with you.
  4. Lacking in features by Fluffy+the+Cat · · Score: 5, Insightful

    The GroupDAV standard is nice and simple, and it ought to be easy enough to implement. However, it's lacking in various useful features. For instance,

    Due to this reasons the client SHOULD store alarms locally and SHOULD NOT transmit them to server. The server is MAY reject iCalendar resources containing alarms but MUST signal that using a proper error code.

    Woo. I use a GroupDAV server to store my calendar information from my desktop. While I'm on the road, I synchronise my PDA against it. Then I have to go through every event to reset the alarms, since otherwise I don't get any warning about them. Excellent.

    Clients SHOULD not post recurring tasks to the server.

    I mean, come on.

    To allow the client to search for UIDs stored in the server, the server would need to expose the UID as a WebDAV property for use in DASL queries. While this is possible in some implementations (eg OpenGroupware.org ZideStore) it would complicate basic implementations significantly.

    Yeah, I can see that making synchronisation fun.

    The standard is littered with "This is difficult, so it's not implemented". That's fine - it results in a lightweight specification that's easy to implement, and in many cases it may well be good enough. But it's not appropriate for this to be the standard for open source groupware. It's missing too much functionality. Trying to sell it as a solution for competing with existing groupware solutions is just insane.