CalDAV Scheduling Extensions to WebDAV
draft-desruisseaux-caldav-sched-10
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (individual in app area)
|
|
Last updated |
|
2012-02-09
(latest revision 2011-09-07)
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Proposed Standard
|
|
Formats |
|
plain text
pdf
html
bibtex
|
Stream |
WG state
|
|
(None)
|
|
Document shepherd |
|
None
|
IESG |
IESG state |
|
In Last Call
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Peter Saint-Andre
|
|
IESG note |
|
Mike Douglass - douglm@rpi.edu - is the document shepherd.
|
|
Send notices to |
|
cyrus@daboo.name, bernard.desruisseaux@oracle.com, douglm@rpi.edu, draft-desruisseaux-caldav-sched@tools.ietf.org, julian.reschke@greenbytes.de, lisa.dusseault@gmail.com
|
Network Working Group C. Daboo
Internet-Draft Apple Inc.
Updates: 4791 (if approved) B. Desruisseaux
Intended status: Standards Track Oracle
Expires: March 10, 2012 September 7, 2011
CalDAV Scheduling Extensions to WebDAV
draft-desruisseaux-caldav-sched-10
Abstract
This document defines extensions to the CalDAV "calendar-access"
feature to specify a standard way of performing scheduling
transactions with iCalendar-based calendar components. This document
defines the "calendar-auto-schedule" feature of CalDAV.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on March 10, 2012.
Copyright Notice
Copyright (c) 2011 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Daboo & Desruisseaux Expires March 10, 2012 [Page 1]
Internet-Draft CalDAV Scheduling Extensions September 2011
This document may contain material from IETF Documents or IETF
Contributions published or made publicly available before November
10, 2008. The person(s) controlling the copyright in some of this
material may not have granted the IETF Trust the right to allow
modifications of such material outside the IETF Standards Process.
Without obtaining an adequate license from the person(s) controlling
the copyright in such materials, this document may not be modified
outside the IETF Standards Process, and derivative works of it may
not be created outside the IETF Standards Process, except to format
it for publication as an RFC or to translate it into languages other
than English.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.1. Terminology . . . . . . . . . . . . . . . . . . . . . . . 6
1.2. Approach . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.3. Limitations . . . . . . . . . . . . . . . . . . . . . . . 7
1.4. Notational Conventions . . . . . . . . . . . . . . . . . . 8
1.5. XML Namespaces and Processing . . . . . . . . . . . . . . 8
2. Scheduling Process . . . . . . . . . . . . . . . . . . . . . . 10
3. Scheduling Support . . . . . . . . . . . . . . . . . . . . . . 11
3.1. Example OPTIONS Request . . . . . . . . . . . . . . . . . 11
4. Scheduling Collections . . . . . . . . . . . . . . . . . . . . 12
4.1. Scheduling Outbox Collection . . . . . . . . . . . . . . . 12
4.2. Scheduling Inbox Collection . . . . . . . . . . . . . . . 13
4.3. Calendaring Reports Extensions . . . . . . . . . . . . . . 15
5. Scheduling Transactions . . . . . . . . . . . . . . . . . . . 16
5.1. Identifying Scheduling Object Resources . . . . . . . . . 16
5.2. Handling Scheduling Object Resources . . . . . . . . . . . 16
5.2.1. Organizer Scheduling Object Resources . . . . . . . . 16
5.2.1.1. Create . . . . . . . . . . . . . . . . . . . . . . 17
5.2.1.2. Modify . . . . . . . . . . . . . . . . . . . . . . 18
5.2.1.3. Remove . . . . . . . . . . . . . . . . . . . . . . 20
5.2.2. Attendee Scheduling Object Resources . . . . . . . . . 20
5.2.2.1. Allowed Attendee Changes . . . . . . . . . . . . . 20
5.2.2.2. Create . . . . . . . . . . . . . . . . . . . . . . 21
5.2.2.3. Modify . . . . . . . . . . . . . . . . . . . . . . 22
5.2.2.4. Remove . . . . . . . . . . . . . . . . . . . . . . 23
5.2.3. HTTP Methods . . . . . . . . . . . . . . . . . . . . . 24
5.2.3.1. PUT . . . . . . . . . . . . . . . . . . . . . . . 24
Show full document text