Network Working Group | C. Daboo |
Internet-Draft | Apple Inc. |
Intended status: Standards Track | B. Desruisseaux |
Expires: March 23, 2009 | Oracle |
September 19, 2008 |
By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 6 of BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts.¶
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”.¶
The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt.¶
The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html.¶
This Internet-Draft will expire on March 23, 2009.¶
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.¶
This document specifies an extension to the CalDAV "calendar-access" feature [RFC4791] to enable scheduling of iCalendar-based [RFC2445] calendar components between calendar users. This extension leverages the scheduling methods defined in the iCalendar Transport-independent Interoperability Protocol iTIP [RFC2446] to permit calendar users to perform scheduling transactions such as schedule, reschedule, respond to scheduling request or cancel scheduled calendar components, as well as search for busy time information.¶
iTIP [RFC2446] outlines a model where calendar users exchange scheduling messages with one another. Often times, calendar user agents are made responsible for generating and sending scheduling messages as well as processing incoming scheduling messages. This approach yields a number of problems, including: ¶
This specification is using an alternative approach where the server is made responsible for sending most scheduling messages and processing most incoming scheduling messages. This approach frees the calendar user agents from the delivery and processing of most scheduling messages and ensures better consistency of users' calendar data. The simple operation of creating, modifying or deleting a calendar object resource in a calendar is enough to trigger the CalDAV server to deliver appropriate scheduling messages to the calendar users.¶
Discussion of this Internet-Draft is taking place on the mailing list <http://lists.osafoundation.org/mailman/listinfo/ietf-caldav>.¶
While the scheduling features described in this specification are based on iTIP [RFC2446], some of its more complex features have deliberately not been implemented, in order to keep this specification simple. In particular, the following iTIP [RFC2446] features are not supported: ¶
The goal of this specification is to provide the essential scheduling features needed, and it is anticipated that future extensions will be developed to address the more complex features if the demand arises.
Definitions of XML elements in this document use XML element type declarations (as found in XML Document Type Declarations), described in Section 3.2 of [W3C.REC-xml-20060816].¶
The namespace "urn:ietf:params:xml:ns:caldav" is reserved for the XML elements defined in this specification, or in other Standards Track IETF RFCs written to extend CalDAV. It MUST NOT be used for proprietary extensions.¶
Note that the XML declarations used in this document are incomplete, in that they do not include namespace information. Thus, the reader MUST NOT use these declarations as the only way to create valid CalDAV properties or to validate CalDAV XML element types. Some of the declarations refer to XML elements defined by WebDAV which use the "DAV:" namespace. Wherever such elements appear, they are explicitly given the "DAV:" prefix to help avoid confusion. Additionally, some of the elements used here are defined in CalDAV [RFC4791].¶
Also note that some CalDAV XML element names are identical to WebDAV XML element names, though their namespace differs. Care MUST be taken not to confuse the two sets of names.¶
The augmented BNF used by this document to describe protocol elements is described in Section 2.1 of HTTP [RFC2616]. Because this augmented BNF uses the basic production rules provided in Section 2.2 of HTTP [RFC2616], those rules apply to this document as well.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].¶
When XML element types in the namespaces "DAV:" and "urn:ietf:params:xml:ns:caldav" are referenced in this document outside of the context of an XML fragment, the string "DAV:" and "CALDAV:" will be prefixed to the element types respectively.¶
In order for a server to support the scheduling extensions defined in this specification it MUST support the CalDAV "calendar-access" feature [RFC4791] and all of its dependencies.¶
A server that supports the features described in this document MUST include "calendar-auto-schedule" as a field in the DAV response header from an OPTIONS request on any resource that supports any scheduling actions, properties, privileges or methods.¶
>> Request <<
OPTIONS /lisa/calendar/outbox/ HTTP/1.1 Host: cal.example.com
>> Response <<
HTTP/1.1 204 No Content Date: Thu, 31 Mar 2005 09:00:00 GMT Allow: OPTIONS, GET, HEAD, POST, DELETE, TRACE, Allow: PROPFIND, PROPPATCH, LOCK, UNLOCK, REPORT, ACL DAV: 1, 2, 3, access-control DAV: calendar-access, calendar-auto-schedule
In this example, the OPTIONS response indicates that the server supports both the "calendar-access" and "calendar-auto-schedule" features and that resource "/lisa/calendar/outbox/" supports the properties, reports, methods, and privileges defined in this specification.¶
The process of scheduling a meeting between different parties often involves a series of steps with different "actors" playing particular roles during the whole process. Typically there is a meeting "Organizer" whose role is to setup a meeting between one or more meeting "Attendees", and this is done by sending out invitations and handling responses from each "Attendee".¶
This process can typically be broken down into two phases.¶
In the first phase, the "Organizer" tries to determine a time for the meeting that ought to be acceptable to each "Attendee". This involves finding out when each "Attendee" is available during the period of time in which the meeting needs to occur (or simply finding a suitable time for all attendees to come together for the meeting), and determining when the most appropriate time is for which each "Attendee" is free. This process is called a "freebusy" lookup.¶
In the second phase, the "Organizer" sends out invitations to each "Attendee" using the time determined from the freebusy lookup - or a suitable guess as to an appropriate time based on other factors if freebusy lookup is not feasible. Then, some "Attendees" may choose to attend at the time provided by the "Organizer", while others may decline to attend. Once the "Organizer" has received the replies from the "Attendees" the "Organizer" can take appropriate action to confirm the meeting, reschedule it or perhaps cancel it.¶
The user "expectation" as to how a calendaring and scheduling system should respond in each of these two phases is somewhat different. In the case of a freebusy lookup, users expect to get back results immediately so that they can then move on to the invitation phase as quickly as possible. In the case of invitations, it is expected that each "Attendee" will reply with their participation status in their own time, so delays in receiving replies are anticipated. Thus calendaring and scheduling systems should treat these two operational phases in different ways to accommodate the user expectations, and this specification does that.¶
The scenario above covers the case of scheduling events ("VEVENT" components) between calendar users, and doing freebusy lookups ("VFREEBUSY" components). However, iTIP [RFC2446] also allows exchange of "VTODO" and "VJOURNAL" components. Since this specification is based on iTIP, "VTODO" and "VJOURNAL" components can also be used. For the majority of the following discussion, scheduling of events and freebusy lookups will be discussed as these are the more common operations.¶
In this specification there are two primary modes of carrying out a scheduling transaction. For an "automatic scheduling transaction", calendar data created, modified or removed from calendar collections cause scheduling operations to occur. For an "explicit scheduling request", scheduling operations are triggered by an HTTP POST request to a special resource. iTIP freebusy lookups and iTIP "METHOD:REFRESH" operations are done via explicit scheduling requests. All other scheduling methods defined in iTIP, except for "PUBLISH", "COUNTER", and "DECLINECOUNTER" which are not supported, are done via automatic scheduling transactions.¶
This specification introduces new collection resource types that are used for managing resources specific to scheduling, in addition to basic calendar object resources.¶
A "scheduling calendar collection" is a calendar collection, as defined by CalDAV "calendar-access" [RFC4791], in which creation, modification or deletion of a scheduling object resource that impacts other calendar users, will cause automatic scheduling transactions to occur.¶
A scheduling calendar collection MUST report the DAV:collection, CALDAV:calendar and CALDAV:schedule-calendar XML elements in the value of the DAV:resourcetype property. The element type declaration for the new CALDAV:schedule-calendar is: ¶
<!ELEMENT schedule-calendar EMPTY>
Example: ¶
<D:resourcetype xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"> <D:collection /> <C:calendar /> <C:schedule-calendar /> </D:resourcetype>
As per CalDAV "calendar-access" [RFC4791], servers may automatically provision calendar collections, in which case they can automatically make those scheduling calendar collections if appropriate.¶
The MKCALENDAR method request defined in CalDAV "calendar-access" [RFC4791] is extended by this specification in the following ways: ¶
The DAV:resourcetype property on a calendar collection MUST be immutable. Once a calendar collection has been created, servers MUST NOT change it from a scheduling calendar collection to a basic calendar collection, or vice versa.¶
Servers MUST support scheduling for all iCalendar component types reported in the CALDAV:supported-calendar-component-set property on a scheduling calendar collection. Also, servers MUST support scheduling for all the media types reported in the CALDAV:supported-calendar-data property on a scheduling calendar collection.¶
A scheduling Outbox collection is used as the target for initiating the processing of manual scheduling messages. Currently the only defined use for this is for "VEVENT", "VTODO", and "VJOURNAL" "REFRESH" iTIP messages as well as "VFREEBUSY" "REQUEST" iTIP messages to request a synchronous freebusy lookup for a number of calendar users.¶
A scheduling Outbox collection MUST report the DAV:collection and CALDAV:schedule-outbox XML elements in the value of the DAV:resourcetype property. The element type declaration for CALDAV:schedule-outbox is: ¶
<!ELEMENT schedule-outbox EMPTY>
Example: ¶
<D:resourcetype xmlns:D="DAV:"> <D:collection/> <C:schedule-outbox xmlns:C="urn:ietf:params:xml:ns:caldav"/> </D:resourcetype>
New WebDAV ACL [RFC3744] privileges can be used on the scheduling Outbox collection to control who is allowed to send scheduling messages on behalf of the calendar user associated with the scheduling Outbox collection. See Section 9.1 for more details.¶
A scheduling Outbox collection MUST NOT be a child (at any depth) of a calendar collection resource.¶
A scheduling Outbox collection MAY have a CALDAV:supported-calendar-data WebDAV property defined on it as per CalDAV "calendar-access" [RFC4791] Section 5.2.4. When present this indicates the allowed media types for scheduling messages POST'ed to the scheduling Outbox collection.¶
A scheduling Inbox collection contains incoming scheduling messages. These may be requests sent by an "Organizer", or replies sent by an "Attendee" in response to a request.¶
A scheduling Inbox collection MUST report the DAV:collection and CALDAV:schedule-inbox XML elements in the value of the DAV:resourcetype property. The element type declaration for CALDAV:schedule-inbox is: ¶
<!ELEMENT schedule-inbox EMPTY>
Example: ¶
<D:resourcetype xmlns:D="DAV:"> <D:collection/> <C:schedule-inbox xmlns:C="urn:ietf:params:xml:ns:caldav"/> </D:resourcetype>
Every resource in the scheduling Inbox collection MUST be a valid calendar object resource that defines a scheduling message (i.e., an iCalendar object that follows the iTIP semantic). Note that unlike calendar collections defined by the CalDAV "calendar-access" feature, there are no restrictions on the nature of the resources stored (e.g., there is no need to verify that the "UID" property of each resource is unique) beyond the restrictions of iTIP itself. The removal of the "UID" restriction, in particular, is needed because multiple scheduling messages may be sent for one particular calendar component, and each of those will have the same "UID" property in the calendar object resource. This also implies that a scheduling Inbox collection cannot contain any types of WebDAV collection resources.¶
New WebDAV ACL [RFC3744] privileges can be set on the scheduling Inbox collection to control who the user associated with the scheduling Inbox collection will accept scheduling messages from. See Section 9.1 for more details.¶
A scheduling Inbox collection MUST NOT be a child (at any depth) of a calendar collection resource.¶
A scheduling Inbox collection MAY have a CALDAV:supported-calendar-data WebDAV property defined on it as per CalDAV "calendar-access" [RFC4791] Section 5.2.4. When present this indicates the allowed media types for scheduling messages delivered to the scheduling Inbox collection.¶
A scheduling Inbox collection MAY have a CALDAV:calendar-timezone WebDAV property defined on it as per CalDAV "calendar-access" [RFC4791] Section 5.2.2. When present this contains a time zone that the server can use when calendar date-time operations are carried out, for example when a time-range CALDAV:calendar-query REPORT is targeted at a scheduling Inbox collection.¶
When a calendar object resource is created, modified or removed from a scheduling calendar collection that supports the operations defined in this specification (either via a PUT, DELETE, COPY or MOVE HTTP request), the server examines the calendar data and checks to see whether the data represents a scheduling object resource. If it does, the server will take care of automatically sending and processing scheduling messages to the appropriate recipients. Several types of scheduling operation can occur in this case, equivalent to iTIP "REQUEST", "REPLY", "CANCEL" and "ADD" operations.¶
When a scheduling transaction is processed by the server, it will attempt to deliver a scheduling message to each recipient.¶
The server will only perform automatic scheduling transactions on creations, modifications, and deletions of valid scheduling object resources. There are two types of scheduling object resources: organizer scheduling object resources, and attendee scheduling object resources.¶
A calendar object resource is considered to be a valid organizer scheduling object resource if the "ORGANIZER" iCalendar property is present and set in all the calendar components to a value that matches one of the calendar user addresses of the owner of the scheduling calendar collection.¶
A calendar object resource is considered to be a valid attendee scheduling object resource if the "ORGANIZER" iCalendar property is present and set in all the calendar components to the same value and doesn't match one of the calendar user addresses of the owner of the scheduling calendar collection, and that one of the "ATTENDEE" iCalendar property values match one of the calendar user addresses of the owner of the scheduling calendar collection.¶
The creation of attendee scheduling object resources will typically be done by the server in cases where a default scheduling calendar collection is defined. In cases where no default scheduling calendar collection is defined, the server MAY prevent calendar user agents from forging attendee scheduling object resources by forbidding their creation or imposing restrictions on their creation. For instance, a server MAY require the presence of a scheduling message, received from the "ORGANIZER" with the same "UID" property value, in the scheduling Inbox collection of the owner of the scheduling calendar collection.¶
The server's behavior when processing a scheduling object resource depends on whether it is owned by the "Organizer" or an "Attendee" specified in the calendar data.¶
An "Organizer" can create, modify or remove a scheduling object resource by issuing HTTP requests with an appropriate method. The create, modify and remove behaviors for the server are each described next, and the way these are invoked via HTTP requests is described in Section 3.2.3.3.¶
When a scheduling object resource is created by the "Organizer", the server will inspect each "ATTENDEE" property to determine which ones have the "SCHEDULE-AGENT" iCalendar property parameter.¶
For each "Attendee" the server will determine whether to attempt to deliver a scheduling message into the "Attendee's" scheduling Inbox collection, based on the table below:¶
+------------------+-------------+ | SCHEDULE-AGENT | iTIP METHOD | +==================+=============+ | SERVER (default) | REQUEST | +------------------+-------------+ | CLIENT | -- | +------------------+-------------+ | NONE | -- | +------------------+-------------+
The attempt to deliver the scheduling message will either succeed or fail. In all cases, the server MUST add a "SCHEDULE-STATUS" iCalendar property parameter to the "ATTENDEE" iCalendar property in the scheduling object resource being created, and set its value as described in Section 3.5.4. This will result in the created calendar object resource differing from the calendar data sent in the HTTP request. As a result clients SHOULD reload the calendar data from the server as soon as it is stored in order to update to the new server generated state information. Servers MUST NOT set the "SCHEDULE-STATUS" property on any "ATTENDEE" properties for "Attendees" that were not sent a scheduling message.¶
Restrictions: ¶
When a scheduling object resource is modified by the "Organizer", the server will inspect each "ATTENDEE" property in the new calendar data to determine which ones have the "SCHEDULE-AGENT" iCalendar property parameter. It will then need to compare this with the "ATTENDEE" properties in the existing calendar object resource that is being modified.¶
For each "Attendee" in the old and new calendar data on a per-instance basis, and taking into account the addition or removal of "Attendees", the server will determine whether to attempt to deliver a scheduling message to the "Attendee". The following table determines whether the server needs to delivery a scheduling message, and if so using which iTIP scheduling method. The heading values "SERVER", "CLIENT" and "NONE" makes reference to the "SCHEDULE-AGENT" parameter value of the "ATTENDEE" property, and the heading values "<Absent>" and "<Removed>" are used to cover the cases where the "ATTENDEE" property was not present (Old) or has been removed (New).¶
+---------------+-----------------------------------------------+ | | New | | ATTENDEE +-----------+-----------+-----------+-----------+ | | <Removed> | SERVER | CLIENT | NONE | | | | (default) | | | +===+===========+===========+===========+===========+===========+ | | <Absent> | -- | REQUEST / | -- | -- | | | | | ADD | | | | +-----------+-----------+-----------+-----------+-----------+ | | SERVER | CANCEL | REQUEST | CANCEL | CANCEL | | O | (default) | | | | | | l +-----------+-----------+-----------+-----------+-----------+ | d | CLIENT | -- | REQUEST / | -- | -- | | | | | ADD | | | | +-----------+-----------+-----------+-----------+-----------+ | | NONE | -- | REQUEST / | -- | -- | | | | | ADD | | | +---+-----------+-----------+-----------+-----------+-----------+
The attempt to deliver the scheduling message will either succeed or fail. In all cases, the server MUST add a "SCHEDULE-STATUS" iCalendar property parameter to the "ATTENDEE" iCalendar property in the scheduling object resource being modified, and set its value as described in Section 3.5.4. This will result in the created calendar object resource differing from the calendar data sent in the HTTP request. As a result clients SHOULD reload the calendar data from the server as soon as it is stored in order to update to the new server generated state information.¶
Restrictions: ¶
When a scheduling object resource is removed by the "Organizer", the server will inspect each "ATTENDEE" property in the scheduling object resource being removed to determine which ones have the "SCHEDULE-AGENT" iCalendar property parameter.¶
For each "Attendee" the server will determine whether to attempt to deliver a scheduling message into the "Attendee's" scheduling Inbox collection, based on the table below:¶
+------------------+-------------+ | SCHEDULE-AGENT | iTIP METHOD | +==================+=============+ | SERVER (default) | CANCEL | +------------------+-------------+ | CLIENT | -- | +------------------+-------------+ | NONE | -- | +------------------+-------------+
The attempt to deliver the scheduling message will either succeed or fail. In all cases, the server MUST add a "SCHEDULE-STATUS" iCalendar property parameter to the "ATTENDEE" iCalendar property in the scheduling object resource being created, and set its value as described in Section 3.5.4. This will result in the created calendar object resource differing from the calendar data sent in the HTTP request. As a result clients SHOULD reload the calendar data from the server as soon as it is stored in order to update to the new server generated state information. Servers MUST NOT set the "SCHEDULE-STATUS" property on any "ATTENDEE" properties for "Attendees" that were not sent a scheduling message.¶
Restrictions: ¶
An "Attendee" can create, modify or remove a scheduling object resource by issuing HTTP requests with an appropriate method. The create, modify and remove behaviors for the server are each described next, and the way these are invoked via HTTP requests is described in Section 3.2.3.3.¶
Attendees need to some changes to a scheduling object resource, though the key scheduling properties such as start, end, location, summary etc. are typically under the control of the "Organizer" of the event.¶
The server MUST allow attendees to: ¶
A scheduling object resource is created by an "Attendee" when the client creates a scheduling object resource corresponding to an unprocessed scheduling message currently in that "Attendee's" scheduling Inbox collection.¶
The "Attendee" is allowed to make changes as noted above.¶
If the "Attendee" changes one or more "PARTSTAT" iCalendar property values on any component, or adds an overridden component with a changed "PARTSTAT" property, then the server MUST deliver an iTIP"REPLY" scheduling message to the "Organizer" to indicate the new participation status of the "Attendee".¶
The attempt to deliver the scheduling message will either succeed or fail. In all cases, the server MUST add a "SCHEDULE-STATUS" iCalendar property parameter to the "ORGANIZER" iCalendar property in the scheduling object resource being created, and set its value as described in Section 3.5.4. This will result in the created calendar object resource differing from the calendar data sent in the HTTP request. As a result clients SHOULD reload the calendar data from the server as soon as it is stored in order to update to the new server generated state information.¶
Behavior is as per the Create action above.¶
When a scheduling object resource is removed by the "Attendee", one of two possibilities exist: ¶
This section describes how use of various HTTP methods on a scheduling object resource will cause a create, modify or remove action on that resource as described above.¶
When a PUT method request is received, the server will execute the following actions, provided all appropriate pre-conditions are met:¶
Existing Destination Resource | Resulting Destination Resource | Server Action |
---|---|---|
None | Calendar object resource | None |
None | Scheduling object resource | Create |
Calendar object resource | Calendar object resource | None |
Calendar object resource | Scheduling object resource | Create |
Scheduling object resource | Calendar object resource | Remove |
Scheduling object resource | Scheduling object resource | Modify |
When a COPY method request is received, the server will execute the same behavior as described above for a PUT method, with appropriate pre-conditions applied.¶
When a MOVE method request is received: ¶
Source Resource | Server Action |
---|---|
Calendar object resource | None |
Scheduling object resource | Remove |
When a DELETE method is targeted at a scheduling object resource the server will execute the Remove action.¶
When a DELETE method is targeted at a scheduling calendar collection the server will execute the Remove action on all scheduling object resources contained in the scheduling calendar collection.¶
Scheduling operations can cause the delivery of a scheduling message into an "Organizer's" or "Attendee's" scheduling Inbox collection. In the former case the scheduling messages are replies or refresh requests from "Attendees", in the latter case the scheduling messages are requests, cancellations or additions from the "Organizer".¶
In some cases the server will automatically process the scheduling message, in other cases the scheduling message will be left for the client to process. In each case, the scheduling message in the scheduling Inbox collection is used as an indicator to the client that a scheduling operation has taken place.¶
For a scheduling message reply sent by an "Attendee", the server first locates the corresponding scheduling object resource belonging to the "Organizer".¶
The server MUST then update the "PARTSTAT" iCalendar parameter value of each "ATTENDEE" iCalendar property in the scheduling object resource to match the changes indicated in the reply (taking into account the fact that an "Attendee" could have created a new overridden iCalendar component to indicate different participation status on one or more instances of a recurring event).¶
The server MUST also update or add the "SCHEDULE-STATUS" property parameter on each matching "ATTENDEE" iCalendar property and sets its value to that of the "REQUEST-STATUS" property in the reply, or to "2.0" if "REQUEST-STATUS" is not present (also taking into account recurrence instances).¶
At the same time, the server MUST add the CALDAV:schedule-state WebDAV property with the value CALDAV:schedule-processed (see Section 6.3) to the scheduling message in the Inbox scheduling collection.¶
The server MUST send scheduling messages to all the other "Attendees" indicating the change in participation status of the "Attendee" replying, subject to the recurrence requirements of Section 3.5.1.¶
TODO: write something here.¶
For a scheduling message sent by the "Organizer", the server first tries to locate a corresponding scheduling object resource belonging to the "Attendee". If no matching scheduling object resource exists, the server treats the scheduling message as a new message, otherwise it is treated as an update.¶
When a scheduling message for a new calendar components is detected, two possibilities exist, depending on whether a "default" calendar (Section 3.5.2) is set for the "Attendee": ¶
When an update to scheduling message is detected, the server MUST update the matching scheduling object resource belonging to the "Attendee" to reflect the changes proposed in the scheduling message. At the same time it MUST add the CALDAV:schedule-state WebDAV property with the value CALDAV:schedule-processed (see Section 6.3) to the scheduling message.¶
When a client detects a scheduling message in the scheduling Inbox collection it needs to look at the CALDAV:schedule-state WebDAV property on the resource and act accordingly: ¶
An explicit scheduling request sends a scheduling message via an HTTP POST request targeted at a scheduling Outbox collection. Full details can be found in Section 8.1.¶
When delivering scheduling messages for recurring calendar components to "Attendees", servers MUST ensure that "Attendees" only get information about recurrence instances that explicitly include them as an "Attendee".¶
For example, if an "Attendee" is invited to a single recurrence instance of a recurring event, and no others, the scheduling objet resource contained in the "Organizer's" scheduling calendar collection will contain an overridden instance in the form of a separate calendar component. That separate calendar component will include the "ATTENDEE" property referencing the "one-off" "Attendee". That "Attendee" will not be listed in any other calendar components in the scheduling object resource. The scheduling message that will be delivered to the "Attendee" will only contain information about this overridden instance.¶
As another example, an "Attendee" could be excluded from one instance of a recurring event. In that case the scheduling object resource contained in the scheduling calendar collection of the "Organizer" will include an overridden instance with an "ATTENDEE" list that does not include the "Attendee" being excluded. The scheduling message that will be delivered to the "Attendee" will not specify the overridden instance but rather include an "EXDATE" property to the master recurring component defining the recurrence set.¶
This requirement is needed to ensure that "Attendees" only have access to calendar data for items they have been explicitly invited to.¶
When a recurring scheduling message is sent to an "Attendee", that "Attendee" may wish to reply with different participation status on one or more recurrence instances. In order to do that it will need to add an overridden iCalendar component for the instances with different participation status, and send that as a reply back to the "Organizer". The "Organizer" will then need to incorporate any new overridden instances into the matching scheduling object resource to ensure that the "Attendee's" participation status is accurately recorded for all recurrence instances.¶
A calendar user may have multiple calendars representing different "spheres of activity". However, scheduling requests are targeted at calendar users and not a specific calendar of a calendar user. Often it is not appropriate to automatically deliver a scheduling message to a particular calendar because that scheduling message refers to an event for a different "sphere of activity". By storing all incoming scheduling requests in a separate special collection, clients can process the requests in that collection and choose which calendar ("sphere of activity") the request belongs to and make its own arrangements to place the relevant calendar object in that calendar.¶
This specification defines the concept of a "default" scheduling calendar collection. If a valid default scheduling calendar collection is specified, then servers are required to automatically process new scheduling messages and create the appropriate scheduling object resource in the default calendar collection. If there is no valid default calendar, then the server does not automatically process new scheduling messages, and instead leaves it up to the client to process the scheduling message and create the appropriate scheduling object resource in a scheduling calendar collection chosen by the calendar user.¶
In order to manage this behavior, a new CALDAV:schedule-default-calendar-URL WebDAV property is defined for use on scheduling Inbox collections. This property is used to define the default calendar collection, if one is required. See Section 6.2.¶
Whenever the server generates a scheduling message for delivery to a recipient, it MUST ensure that a "DTSTAMP" iCalendar property is present and MUST set the value to the UTC time that the scheduling message was generated (as required by iCalendar).¶
iTIP [RFC2446] places certain requirements on how the "SEQUENCE" iCalendar property value in scheduling messages changes. The server MUST ensure that for each type of scheduling operation, the "SEQUENCE" iCalendar property value is appropriately updated. If the client does not update the "SEQUENCE" iCalendar property itself when that is required, the server MUST update the property and change any scheduling object resource accordingly.¶
When scheduling with an "Attendee" there are two types of status information that can be returned during the transaction. The first status information is a "delivery" status that indicates whether the scheduling message from the "Organizer" to the "Attendee" was delivered or not, or what the current status of delivery is. The second status information is a "reply" status corresponding to the "Attendee's" own "REQUEST-STATUS" information from the scheduling message reply that is sent back to the "Organizer".¶
Similarly, when an "Attendee" sends a reply back to the "Organizer", there will be "delivery" status information for the scheduling message sent to the "Organizer". However, there is no "REQUEST-STATUS" sent back by the "Organizer", so there is no equivalent of the "reply" status as per scheduling messages to "Attendees".¶
The "delivery" status information on an "ORGANIZER" or "ATTENDEE" iCalendar property is conveyed in the "SCHEDULE-STATUS" property parameter value (Section 4.2). The status code value for "delivery" status can be one of the following:¶
Delivery Status Code | Description |
---|---|
1.0 | The scheduling message is pending, that is, the server is still in the process of sending the message. The status code value can be expected to change once the server has completed its sending and delivery attempts. |
1.1 | The scheduling message has been successfully sent. However, the server does not have explicit information about whether the scheduling message was successfully delivered to the recipient. This state van occur with "store and forward" style scheduling protocols such as iMIP [RFC2447] (iTIP using email). |
1.2 | The scheduling message has been successfully delivered. |
3.7 | The scheduling message was not delivered because the server did not recognize the calendar user address of the recipient as being a supported URI. |
3.8 | The scheduling message was not delivered because access privileges do not allow it. |
5.1 | The scheduling message was not delivered because the server could not complete delivery of the message. This is likely due to a temporary failure, and the originator can try to send the message again at a later time. |
5.2 | The scheduling message was not delivered because the server was not able to find a suitable way to deliver the message. This is likely a permanent failure, and the originator should not try to send the message again, at least without verifying/correcting the calendar user address of the recipient. |
5.3 | The scheduling message was not delivered and was rejected because scheduling with that recipient is not allowed. This is likely a permanent failure, and the originator should not try to send the message again. |
TODO: e.g., how to deal with failed cancels.¶
The "Organizer" of a scheduled calendar component may also be an "Attendee" of that calendar component. In such cases the server MUST NOT send a scheduling message to the "Attendee" that matches the "Organizer".¶
scheduleagentparam = "SCHEDULE-AGENT" "=" ("SERVER" ; The server handles scheduling / "CLIENT" ; The client handles scheduling / "NONE" ; No automatic scheduling / x-name ; Experimental type / iana-token) ; Other IANA registered ; type ; Default is SERVER
ATTENDEE;SCHEDULE-AGENT=SERVER:mailto:cyrus@example.org
schedulestatusparam = "SCHEDULE-STATUS" "=" statcode ; statcode defined in RFC2445.
ATTENDEE;SCHEDULE-STATUS="2.0":mailto:cyrus@example.org
The CalDAV scheduling extension defines the following new WebDAV request headers for use with CalDAV.¶
ScheduleReply = "Schedule-Reply" ":" ("T" | "F")
When an HTTP DELETE request occurs on a scheduling object resource, and the Schedule-Reply header is not present, or present and set to the value "T", the server MUST send an appropriate iTIP "CANCEL" scheduling message as part of its normal automatic scheduling transaction processing.¶
When an HTTP DELETE request occurs on a scheduling object resource, and the Schedule-Reply header is set to the value "F", the server MUST NOT send an iTIP scheduling message as part of its normal automatic scheduling transaction processing.¶
The Schedule-Reply request header is used by a client to indicate to a server whether or not an automatic scheduling transaction should occur when an "Attendee" deletes a scheduling object resource. In particular it controls whether an iTIP "CANCEL" message is sent to the "Organizer" as a result of the deletion. There are situations in which unsolicited scheduling messages need to be silently deleted (or ignored) for security or privacy reasons. The new header allows the scheduling message to be suppressed if such a need arises.¶
All scheduling object resources MUST support the Schedule-Reply header.¶
The CalDAV scheduling extension defines the following new WebDAV properties for use with CalDAV.¶
<!ELEMENT schedule-calendar-transp (opaque|transparent) > <!ELEMENT opaque EMPTY> <!-- Calendar object resources affect owner freebusy --> <!ELEMENT transparent EMPTY> <!-- Calendar object resources never affect owner freebusy -->
<C:schedule-calendar-transp xmlns:C="urn:ietf:params:xml:ns:caldav"> <C:opaque/> </C:schedule-calendar-transp>
<!ELEMENT schedule-default-calendar-URL (DAV:href?) >
<C:schedule-default-calendar-URL xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"> <D:href>/calendars/users/cdaboo/calendar/</D:href> </C:schedule-default-calendar-URL>
<!ELEMENT schedule-state (schedule-processed|schedule-unprocessed) > <!ELEMENT schedule-processed EMPTY> <!-- Scheduling message has been automatically processed --> <!ELEMENT schedule-unprocessed EMPTY> <!-- Scheduling message has not been automatically processed -->
<C:schedule-state xmlns:C="urn:ietf:params:xml:ns:caldav"> <C:schedule-processed/> </C:schedule-state>
This specification requires additional Preconditions for the PUT, COPY and MOVE methods. The preconditions are: ¶
This specification requires additional Preconditions for the PUT method. The preconditions are: ¶
This specification requires an additional Precondition for the property response elements in PROPPATCH method response. The precondition is: ¶
The POST method submits a scheduling or freebusy message to one or more recipients by targeting the request at the URI of a scheduling Outbox collection. The request body of a POST method MUST contain a scheduling message or freebusy message (e.g., an iCalendar object that follows the iTIP semantic). The resource identified by the Request-URI MUST be a resource collection of type CALDAV:schedule-outbox (Section 3.1.2).¶
Only specific types of scheduling message are allowed in a POST request on a scheduling Outbox collection:¶
iTIP METHOD | COMPONENT |
---|---|
PUBLISH | None |
REQUEST | VFREEBUSY |
REPLY | None |
ADD | None |
CANCEL | None |
REFRESH | Any except VTIMEZONE, VFREEBUSY |
COUNTER | None |
DECLINECOUNTER | None |
Servers SHOULD reject any scheduling message that is not allowed. However, for backwards compatibility with earlier version of this specification, servers MAY return a valid schedule response result indicating success for the iTIP operation being executed.¶
Preconditions: ¶
Postconditions: None¶
When an iTIP REFRESH scheduling message is executed, the server delivers the scheduling message to the calendar user specified by the "ORGANIZER" property value in the scheduling object resource that was POST'ed.¶
A POST request may deliver a scheduling message to one or more calendar user recipients. Since the behavior of each recipient may vary, it is useful to get response status information for each recipient in the overall POST response. This specification defines a new XML response to convey multiple recipient status.¶
A response to a POST method that indicates status for one or more recipients MUST be a CALDAV:schedule-response XML element. This MUST contain one or more CALDAV:response elements for each recipient, with each of those containing elements that indicate which recipient they correspond to, the scheduling status of the request for that recipient, any error codes and an optional description. See Section 11.1.¶
In the case of a freebusy request, the CALDAV:response elements can also contain CALDAV:calendar-data elements which contain freebusy information (e.g., an iCalendar VFREEBUSY component) indicating the busy state of the corresponding recipient, assuming that the freebusy request for that recipient succeeded.¶
The following are examples of response codes one would expect to be used for this method. Note, however, that unless explicitly prohibited any 2/3/4/5xx series response code may be used in a response.¶
>> Request <<
POST /bernard/calendar/outbox/ HTTP/1.1 Host: cal.example.com Content-Type: text/calendar Content-Length: xxxx BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Example Corp.//CalDAV Client//EN METHOD:REFRESH BEGIN:VEVENT UID:43777-876@example.com DTSTAMP:20040901T200200Z ORGANIZER:mailto:lisa@example.com ATTENDEE;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;ROLE=RE Q-PARTICIPANT;CUTYPE=INDIVIDUAL;CN=Bernard Desr uisseaux:mailto:bernard@example.com END:VEVENT END:VCALENDAR
>> Response <<
HTTP/1.1 200 OK Date: Thu, 02 Sep 2004 16:53:32 GMT Content-Type: application/xml; charset="utf-8" Content-Length: xxxx <?xml version="1.0" encoding="utf-8" ?> <C:schedule-response xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"> <C:response> <C:recipient>mailto:lisa@example.com</C:recipient> <C:request-status>2.0;Success</C:request-status> <D:responsedescription>Delivered to recipient scheduling inbox</D:responsedescription> </C:response> </C:schedule-response>
In this example, the client requests the server to deliver a "REFRESH" scheduling message to the "Organizer" of the meeting mailto:lisa@example.com. The response indicates that delivery to the relevant scheduling Inbox collection of the "Organizer" was accomplished successfully.¶
>> Request <<
POST /lisa/calendar/outbox/ HTTP/1.1 Host: cal.example.com Content-Type: text/calendar Content-Length: xxxx BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Example Corp.//CalDAV Client//EN METHOD:REQUEST BEGIN:VFREEBUSY DTSTAMP:20040901T200200Z ORGANIZER:mailto:lisa@example.com DTSTART:20040902T000000Z DTEND:20040903T000000Z UID:34222-232@example.com ATTENDEE;CN=Bernard Desruisseaux:mailto:bernard@ example.com ATTENDEE;CN=Cyrus Daboo:mailto:cyrus@example.com END:VFREEBUSY END:VCALENDAR
>> Response <<
HTTP/1.1 200 OK Date: Thu, 02 Sep 2004 16:53:32 GMT Content-Type: application/xml; charset="utf-8" Content-Length: xxxx <?xml version="1.0" encoding="utf-8" ?> <C:schedule-response xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"> <C:response> <C:recipient>mailto:bernard@example.com</C:recipient> <C:request-status>2.0;Success</C:request-status> <C:calendar-data>BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Example Corp.//CalDAV Server//EN METHOD:REPLY BEGIN:VFREEBUSY DTSTAMP:20040901T200200Z ORGANIZER:mailto:lisa@example.com DTSTART:20040902T000000Z DTEND:20040903T000000Z UID:34222-232@example.com ATTENDEE;CN=Bernard Desruisseaux:mailto:bernard@ example.com FREEBUSY;FBTYPE=BUSY-UNAVAILABLE:20040902T000000Z/ 20040902T090000Z,20040902T170000Z/20040903T000000Z END:VFREEBUSY END:VCALENDAR </C:calendar-data> </C:response> <C:response> <C:recipient>mailto:cyrus@example.com</C:recipient> <C:request-status>2.0;Success</C:request-status> <C:calendar-data>BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Example Corp.//CalDAV Server//EN METHOD:REPLY BEGIN:VFREEBUSY DTSTAMP:20040901T200200Z ORGANIZER:mailto:lisa@example.com DTSTART:20040902T000000Z DTEND:20040903T000000Z UID:34222-232@example.com ATTENDEE;CN=Cyrus Daboo:mailto:cyrus@example.com FREEBUSY;FBTYPE=BUSY-UNAVAILABLE:20040902T000000Z/ 20040902T090000Z,20040902T170000Z/20040903T000000Z FREEBUSY;FBTYPE=BUSY:20040902T120000Z/20040902T130000Z END:VFREEBUSY END:VCALENDAR </C:calendar-data> </C:response> </C:schedule-response>
In this example, the client requests the server to determine the busy information of the calendar users mailto:bernard@example.com and mailto:cyrus@example.com, over the time range specified by the scheduling message sent in the request. The response includes "VFREEBUSY" components for each of those calendar users with their busy time indicated.¶
Incoming scheduling messages will be stored in a scheduling Inbox collection. As per Section 10, CalDAV "calendar-access" reports work on scheduling collections, so the client can use those to get partial information on scheduling messages in the scheduling Inbox collection.¶
CalDAV servers MUST support and adhere to the requirements of WebDAV ACL [RFC3744]. Furthermore, CalDAV servers that advertise support for the "calendar-auto-schedule" feature MUST also support the scheduling privileges defined in this section.¶
All the scheduling privileges MUST be non-abstract and MUST appear in the DAV:supported-privilege-set property of scheduling Outbox and Inbox collections on which they are defined.¶
The tables specified in Appendix A clarifies which scheduling methods (e.g., "REQUEST" "REPLY" etc.) are controlled by each scheduling privilege defined in this section.¶
This section defines new WebDAV ACL privileges that are for use on scheduling Inbox collections. These privileges determine whether a calendar user is allowed to have scheduling messages delivered to the calendar user who "owns" the scheduling Inbox collection. This allows calendar users to choose which other calendar users can schedule with them.¶
The privileges defined in this section are ignored if applied to a resource other than a scheduling Inbox collection.¶
CALDAV:schedule-deliver is an aggregate privilege that contains all the scheduling privileges that control the processing and delivery of incoming scheduling messages, that is, CALDAV:schedule-deliver-invite and CALDAV:schedule-deliver-reply, as well as freebusy requests targeted at the owner of the scheduling Inbox collection, that is, CALDAV:schedule-query-freebusy.¶
<!ELEMENT schedule-deliver EMPTY >¶
The CALDAV:schedule-deliver-invite privilege controls the processing and delivery of scheduling messages coming from an "Organizer".¶
<!ELEMENT schedule-deliver-invite EMPTY >¶
The CALDAV:schedule-deliver-reply privilege controls the processing and delivery of scheduling messages coming from an "Attendee".¶
<!ELEMENT schedule-deliver-reply EMPTY >¶
The CALDAV:schedule-query-freebusy privilege controls freebusy requests targeted at the owner of the scheduling Inbox collection.¶
<!ELEMENT schedule-query-freebusy EMPTY >¶
This section defines new WebDAV ACL privileges that are defined for use on scheduling Outbox collections. These privileges determine which calendar users are allowed to send scheduling messages on behalf of the calendar user who "owns" the scheduling Outbox collection. This allows calendar users to choose other calendar users who can act on their behalf to schedule with other calendar users (e.g., assistants working on behalf of their boss).¶
The privileges defined in this section are ignored if applied to a resource other than a scheduling Outbox collection.¶
CALDAV:schedule-send is an aggregate privilege that contains all the scheduling privileges that control the use of methods that will cause scheduling messages to be delivered to other users, that is, CALDAV-schedule-send-invite and CALDAV-schedule-send-reply, as well as freebusy requests to be targeted at other users, that is, CALDAV-schedule-send-freebusy.¶
<!ELEMENT schedule-send EMPTY >¶
The CALDAV:schedule-send-invite privilege controls the sending of scheduling messages by "Organizers".¶
Users granted the DAV:bind privilege on a scheduling calendar collection, or DAV:write privilege on scheduling object resources, will also need the CALDAV:schedule-send-invite privilege granted on the scheduling Outbox collection of the owner of the scheduling calendar collection or scheduling object resource in order to be allowed to create, modify or delete scheduling object resources in a way that will trigger the CalDAV server to deliver organizer scheduling messages to other calendar users.¶
<!ELEMENT schedule-send-invite EMPTY >¶
The CALDAV:schedule-send-invite privilege controls the sending of scheduling messages by "Attendees".¶
Users granted the DAV:bind privilege on a scheduling calendar collection, or DAV:write privilege on scheduling object resources, will also need the CALDAV:schedule-send-reply privilege granted on the scheduling Outbox collection of the owner of the scheduling calendar collection or scheduling object resource in order to be allowed to create, modify or delete scheduling object resources in a way that will trigger the CalDAV server to deliver attendee scheduling messages to other calendar users.¶
<!ELEMENT schedule-send-reply EMPTY >¶
The CALDAV:schedule-send-freebusy privilege controls the use of the POST method to submit scheduling messages that specify the scheduling method "REQUEST" with a "VFREEBUSY" calendar component.¶
<!ELEMENT schedule-send-freebusy EMPTY >¶
Server implementations MUST aggregate the scheduling privileges as follows: ¶
The following diagram illustrates how scheduling privileges are aggregated according to the above requirements. ¶
[DAV:all] (aggregate) | +-- [CALDAV:schedule-deliver] (aggregate) | | | +-- [CALDAV:schedule-deliver-invite] | +-- [CALDAV:schedule-deliver-reply] | +-- [CALDAV:schedule-query-freebusy] | +-- [CALDAV:schedule-send] (aggregate) | +-- [CALDAV:schedule-send-invite] +-- [CALDAV:schedule-send-reply] +-- [CALDAV:schedule-send-freebusy]
This section defines new properties for WebDAV principal resources as defined in RFC3744 [RFC3744]. These properties are likely to be protected but the server MAY allow them to be written by appropriate users.¶
<!ELEMENT schedule-inbox-URL (DAV:href)>
<!ELEMENT schedule-outbox-URL DAV:href>
<!ELEMENT calendar-user-address-set (DAV:href*)>
<C:calendar-user-address-set xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"> <D:href>mailto:bernard@example.com</D:href> <D:href>mailto:bernard.desruisseaux@example.com</D:href> </C:calendar-user-address-set>
<!ELEMENT calendar-user-type #PCDATA> <!-- The supported values are those defined in iCalendar [RFC2445] Section 4.2.3 for the "CUTYPE" -->
<C:calendar-user-type xmlns:C="urn:ietf:params:xml:ns:caldav">INDIVIDUAL< /C:calendar-user-type>
This specification extends the CALDAV:calendar-query and CALDAV:calendar-multiget reports to return results for calendar object resources in scheduling Inbox collections when the report directly targets such a collection, i.e., the Request-URI for a REPORT MUST be the URI of the scheduling Inbox collection or of a child resource within a scheduling Inbox collection. A report run on a regular collection that includes a scheduling Inbox collection as a child resource at any depth MUST NOT examine or return any calendar object resources from within any scheduling Inbox collections.¶
When a CALDAV:calendar-query REPORT includes a time-range query and targets a scheduling Inbox collection, if any calendar object resources contain "VEVENT" calendar components that do not include a "DTSTART" iCalendar property (as allowed by iTIP [RFC2446]) then such components MUST always match the time-range query test.¶
Note that the CALDAV:free-busy-query report is NOT supported on scheduling Inbox collections.¶
<!ELEMENT schedule-response (response*)>
<!ELEMENT response (recipient, request-status, calendar-data?, DAV:error?, DAV:responsedescription?)>
<!ELEMENT recipient (DAV:href)>
<!ELEMENT request-status #PCDATA>
The process of scheduling involves the sending and receiving of scheduling messages. As a result, the security problems related to messaging in general are relevant here. In particular the authenticity of the scheduling messages needs to be verified absolutely. Servers and clients MUST use an HTTP connection protected with TLS as defined in [RFC2818] for all scheduling transactions.¶
When handling an implicit scheduling operation:¶
When handling a POST request on a scheduling Outbox collection:¶
Header field name: Schedule-Reply¶
Applicable protocol: http¶
Status: standard¶
Author/Change controller: IETF¶
Specification document(s): this specification¶
Related information: none¶
The authors would like to thank the following individuals for contributing their ideas and support for writing this specification: Mike Douglass, Lisa Dusseault, Arnaud Quillaud, Julian F. Reschke, Wilfredo Sanchez Vega, Simon Vaillancourt, and Jim Whitehead.¶
The authors would also like to thank the Calendaring and Scheduling Consortium for advice with this specification, and for organizing interoperability testing events to help refine it.¶
The following tables specify which scheduling privileges grant the right to a calendar user to deliver a scheduling message to the scheduling Inbox collection of another calendar user. The appropriate behavior depends on the calendar component type in the scheduling message and the scheduling "METHOD" in use.¶
+-----------------------+ | METHOD for VEVENT | +---+---+---+---+---+---+ | P | R | R | A | C | R | | U | E | E | D | A | E | | B | Q | P | D | N | F | | L | U | L | | C | R | | I | E | Y | | E | E | +----------------------------+| S | S | | | L | S | | Scheduling Inbox Privilege || H | T | | | | H | +============================++===+===+===+===+===+===+ | schedule-deliver || * | * | * | * | * | * | | schedule-deliver-invite || * | * | | * | * | | | schedule-deliver-reply || | | * | | | * | | schedule-query-freebusy || | | | | | | +----------------------------++---+---+---+---+---+---+
+-----------------------+ | METHOD for VTODO | +---+---+---+---+---+---+ | P | R | R | A | C | R | | U | E | E | D | A | E | | B | Q | P | D | N | F | | L | U | L | | C | R | | I | E | Y | | E | E | +----------------------------+| S | S | | | L | S | | Scheduling Inbox Privilege || H | T | | | | H | +============================++===+===+===+===+===+===+ | schedule-deliver || * | * | * | * | * | * | | schedule-deliver-invite || * | * | | * | * | | | schedule-deliver-reply || | | * | | | * | | schedule-query-freebusy || | | | | | | +----------------------------++---+---+---+---+---+---+
+-----------------------+ | METHOD for VJOURNAL | +-------+-------+-------+ | P | A | C | | U | D | A | | B | D | N | | L | | C | | I | | E | +----------------------------+| S | | L | | Scheduling Inbox Privilege || H | | | +============================++=======+=======+=======+ | schedule-deliver || * | * | * | | schedule-deliver-invite || * | * | * | | schedule-deliver-reply || | | | | schedule-query-freebusy || | | | +----------------------------++-------+-------+-------+
+---------------+ | METHOD for | | VFREEBUSY | +-------+-------+ | P | R | | U | E | | B | Q | | L | U | | I | E | +----------------------------+| S | S | | Scheduling Inbox Privilege || H | T | +============================++=======+=======+ | schedule-deliver || * | * | | schedule-deliver-invite || * | | | schedule-deliver-reply || | | | schedule-query-freebusy || | * | +----------------------------++-------+-------+
The following tables specify which scheduling privileges grant the right to a calendar user to submit a scheduling message to another calendar user, either as the result of an explicit scheduling request or an automatic scheduling transaction. The appropriate behavior depends on the calendar component type in the scheduling message and the scheduling "METHOD" in use.¶
+-------------------+ | METHOD for VEVENT | +---+---+---+---+---+ | R | R | A | C | R | | E | E | D | A | E | | Q | P | D | N | F | | U | L | | C | R | | E | Y | | E | E | +-----------------------------+| S | | | L | S | | Scheduling Outbox Privilege || T | | | | H | +=============================++===+===+===+===+===+ | schedule-send || * | * | * | * | * | | schedule-send-invite || * | | * | * | | | schedule-send-reply || | * | | | * | | schedule-send-freebusy || | | | | | +-----------------------------++---+---+---+---+---+
+-------------------+ | METHOD for VTODO | +---+---+---+---+---+ | R | R | A | C | R | | E | E | D | A | E | | Q | P | D | N | F | | U | L | | C | R | | E | Y | | E | E | +-----------------------------+| S | | | L | S | | Scheduling Outbox Privilege || T | | | | H | +=============================++===+===+===+===+===+ | schedule-send || * | * | * | * | * | | schedule-send-invite || * | | * | * | | | schedule-send-reply || | * | | | * | | schedule-send-freebusy || | | | | | +-----------------------------++---+---+---+---+---+
+-----------------------+ | METHOD for VJOURNAL | +-------+-------+-------+ | P | A | C | | U | D | A | | B | D | N | | L | | C | | I | | E | +-----------------------------+| S | | L | | Scheduling Outbox Privilege || H | | | +=============================++=======+=======+=======+ | schedule-send || * | * | * | | schedule-send-invite || * | * | * | | schedule-send-reply || | | | | schedule-send-freebusy || | | | +-----------------------------++-------+-------+-------+
+---------------+ | METHOD for | | VFREEBUSY | +-------+-------+ | P | R | | U | E | | B | Q | | L | U | | I | E | +-----------------------------+| S | S | | Scheduling Outbox Privilege || H | T | +=============================++=======+=======+ | schedule-send || * | * | | schedule-send-invite || * | | | schedule-send-reply || | | | schedule-send-freebusy || | * | +-----------------------------++-------+-------+
This draft has changed substantially since the -04 version. The primary reason for this change was implementation experience from a number of vendors who implemented products based on the earlier drafts. Experience showed that the client/server interaction was not reliable in keeping scheduling messages synchronized between organizer and attendees. In addition the latency in updates due to clients being offline proved unacceptable to users. These issues led to the redesign of this specification to support a server-based processing model that eliminates all the problems seen previously. Whilst this adds significant complexity to the server in that it needs to be a full blown iTIP processing agent, it does remove a lot of the same complexity from clients, opening up the possibility of supporting complex scheduling behaviors even with "thin" clients.¶
In the judgement of the authors, we consider this new specification to be a substantial improvement over the old one and believe it represents a stronger protocol that will lead to better interoperability.¶
Copyright © The IETF Trust (2008).¶
This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights.¶
This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.¶
The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79.¶
Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr.¶
The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf-ipr@ietf.org.¶