GroupDAV is a computer protocol used to connect Open Source groupware clients with Open Source groupware servers. It is a lightweight protocol whose primary design goal is to be as simple as possible to implement, focusing more on real world issues with open source applications than on an extremely extensive command set. It is based on a subset of WebDAV.
Client side GroupDAV implementations exist for KDE Kontact, Novell Evolution, Thunderbird and Outlook, work on the Mozilla Calendar Project is in progress. Servers includeOpenGroupware.org, SOGo, the Citadel system and eGroupWare. In addition every WebDAV (and therefore CalDAV/CardDAV) server is implicitly a GroupDAV v2 server[citation needed].
GroupDAV's relationship to CalDAV varies from developer to developer. Some of the earliest implementors intended it as a protocol complementary to the CalDAV effort, because CalDAV provides more extensive operations on calendar folders. Others have positioned GroupDAV as the leading protocol, citing CalDAV's excessive complexity as a source of interoperability bugs. This dichotomy is likely to become irrelevant in the future, however, as it is straightforward for a server to simultaneously support all variants.
GroupDAV is now considered by some to be a subset of CalDAV (RFC 4791) and CardDAV (RFC 6352) intended for less complex applications.
[edit]See also
[edit]External links
출처 - http://en.wikipedia.org/wiki/GroupDAV
A major goal of GroupDAV was to keep the protocol as simple as possible and to stay focused on real world issues with OpenSource and free software applications.
Unfortunately, though, this didn't completely fly ;-)
CalDAV and CardDAV are more complex, but apparently people want that - just check the list of implementors :-)
Status
FOSDEM
Helge did a talk on CalDAV/GroupDAV at FOSDEM, you can grab the Video over here: CalDAV - the open groupware protocol
From the early stages of GroupDAV: Cornelius Schumacher interviewed
The Draft (deprecated)
Be sure that you understand the limited scope of this effort prior drawing incorrect conclusions. You are invited to join our mailing list to ask any question you have.
So what is it about?
This is a very specific focus because all the three clients have no legacy issues and are 100% iCalendar based while the far majority of the OpenSource servers started as RDBMS web applications which did not care about iCalendar at all.
Our goal was to connect them to native clients in a useful way despite their legacy issues. As an example consider the Bugzilla bugtracking system to expose its bugs as iCalendar tasks. Bugzilla can't represent a recurring task in the iCalendar concept nor does it feature alarms.
GroupDAV is supposed to deal with such setups in a graceful and pragmatic way.
'OpenSource > Collaboration Software' 카테고리의 다른 글
iCalendar (0) | 2013.03.25 |
---|---|
vCard (0) | 2013.03.25 |
CardDAV (0) | 2013.03.25 |
SOGo (formerly named Scalable OpenGroupware.org) (0) | 2013.03.25 |
Calendaring Extensions to WebDAV, or CalDAV (0) | 2013.03.25 |