CalDAV
Template:Short description Template:More citations needed Template:Infobox networking protocol Calendaring Extensions to WebDAV, or CalDAV, is an Internet standard allowing a client to access and manage calendar data along with the ability to schedule meetings with users on the same or on remote servers.<ref name="intro">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref name="glossary">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It lets multiple users in different locations share, search and synchronize calendar data.<ref name="linuxcom">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It extends the WebDAV (HTTP-based protocol for data manipulation) specification and uses the iCalendar format for the calendar data.<ref name="glossary" /> The access protocol is defined by Template:IETF RFC.<ref name="intro"/> Extensions to CalDAV for scheduling are standardized as Template:IETF RFC.<ref name="intro" /> The protocol is used by many important open-source applications.<ref name="linuxcom" />
HistoryEdit
The CalDAV specification was first published in 2003 as an Internet Draft submitted to the Internet Engineering Task Force (IETF) by Lisa Dusseault. In March 2007, the CalDAV specification was finished and published by the IETF as RFC 4791, authored by Cyrus Daboo (Apple), Bernard Desruissaux (Oracle), and Lisa Dusseault (CommerceNet). CalDAV is designed for implementation by any collaborative software, client or server, that needs to maintain, access or share collections of events. It is developed as an open standard to foster interoperability between software from different vendors.Template:Clarify
SpecificationEdit
The architecture of CalDAV (partially inherited from the underlying specifications) organizes the data (events, tasks, free-busy info, notes) in directories (collections), where multiple items (resources) reside. The resources and collections can be accessed by one or more users, using standard HTTP and DAV semantics to detect conflicting changes, or to provide locking.
For access control the concept of ACLs are used, so each operation (view, edit, delete etc.) can be denied or granted per user. Therefore, the specification requires that CalDAV servers must support "WebDAV Access Control Protocol" (RFC 3744). The calendar resources must use iCalendar format, which allows the server to understand and process the data. Parsing the iCalendar items is necessary, because the server has to support a number of calendaring-specific operations such as doing free-busy time reports and expansion of recurring events. With this functionality, a user may synchronize their own calendar to a CalDAV server, and share it among multiple devices or with other users. The protocol also supports non-personal calendars, such as calendars for sites or organizations.
See alsoEdit
- Exchange ActiveSync
- Comparison of CalDAV and CardDAV implementations
- Calendar
- CardDAV
- GroupDAV, an effort to create a simplified, straightforward protocol for calendars as well as contacts.
- iCalendar
- Scheduling OSID defines a software interface abstraction for calendaring protocols.
- SyncML
- vCalendar
- WebDAV
ReferencesEdit
External linksEdit
- CalDAV Resource Site
- CalConnect, The Calendaring and Scheduling Consortium
- WebDAV Resources
- Open Calendar Sharing and Scheduling with CalDAV L. Dusseault, J. Whitehead, IEEE Internet Computing 9(2)
- Template:IETF RFC
- Template:IETF RFC
- Template:IETF RFC
- Template:IETF RFC
- Template:IETF RFC
- Template:IETF RFC