Network Working Group | M. Douglass |
Internet-Draft | RPI |
Intended status: Standards Track | May 09, 2011 |
Expires: November 10, 2011 |
Link Extension to Icalendar
draft-douglass-link-extension-01
This specification introduces new iCalendar property LINK to provide ancillary information for iCalendar components and changes RELATED-TO to define temporal relationships.
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 November 10, 2011.
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.
The currently existing iCalendar standard [RFC5545] lacks a general purpose method for referencing additional, external information relating to calendar components.
This document proposes a method for referencing typed external information that can provide additional information about an iCalendar component. This new LINK property is closely aligned to the LINK header defined in [RFC5988]
In addition the RELTYPE parameter is extended to take new values defining temporal relationships, a GAP parameter is defined to provide lead and lag values and RELATED-TO is extended to allow URI values. These changes allows the RELATED-TO property to define a richer set of relationships useful for project management.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].
The LINK property defines a typed reference or relation to external meta-data or related resources. By providing type and format information as parameters, clients and servers are able to discover interesting references and make use of them, perhaps for indexing or the presentation of interesting links for the user.
It is often necessary to relate calendar components. The current RELATED-TO property only allows for a UID which is inadequate for many purposes. Allowing other types may help but might raise a number of backward compatibility issues. The link property can link components in different collections or even on different servers.
When publishing events it is useful to be able to refer back to the source of that information. The actual event may have been consumed from a feed or an ics file on a web site. A LINK property can provide a reference to the originator of the event.
Project management tools often need to be able to specify the relationships between the various events and tasks which make up a project. This specification defines relation types for those purposes.
The actual reference value can take three forms specified by the type parameter
[RFC5988] defines two form of relation types, registered and extension. Registered relation types are added to a registry defined by [RFC5988] while extension relation types are specified as unique unregistered URIs, (at least unregistered in the [RFC5988] registry).
The relation types defined here will be registered with IANA in accordance with the specifications in [RFC5988].
Relationship parameter type values are defined in section 3.2.15. of [RFC5545]. This specification redefines that type to include the new values FINISHTOSTART, FINISHTOFINISH, STARTTOFINISH and STARTTOSTART.
This property parameter is defined by the following notation:
reltypeparam = "RELTYPE" "=" ("PARENT" ; Parent relationship - Default / "CHILD" ; Child relationship / "SIBLING" ; Sibling relationship / "FINISHTOSTART" / "FINISHTOFINISH" / "STARTTOFINISH" / "STARTTOSTART" / iana-token ; Some other IANA-registered ; iCalendar relationship type / x-name) ; A non-standard, experimental ; relationship type
This parameter is defined by the following notation:
relparam = "REL" "=" ("SOURCE" ; Link to source of this component / DQUOTE uri DQUOTE / x-name ; Experimental reference type / iana-token) ; Other IANA registered type
This parameter is defined by the following notation:
gapparam = "GAP" "=" dur-value
This parameter is defined by the following notation:
titleparam = "TITLE" "=" text
This specification defines a new value to be used with the VALUE property parameter:
This property is defined by the following notation:
link = "LINK" linkparam ":" ( ":" uri ) / ( ";" "VALUE" "=" "REFERENCE" ":" text ) CRLF linkparam = *( ; the following is MANDATORY ; and MAY occur more than once (";" relparam) / ; the following are MANDATORY ; but MUST NOT occur more than once (";" gapparam) / (";" fmttypeparam) / (";" titleparam) / ; the following is OPTIONAL ; and MAY occur more than once (";" xparam) )
The following is an example of this property. It points to a server acting as the source for the event.
LINK;REL=SOURCE;TITLE=The Egg: http://example.com/events
This property is defined by the following notation:
related = "RELATED-TO" relparam ( ":" text ) / ( ";" "VALUE" "=" "UID" ":" uid ) ( ";" "VALUE" "=" "URI" ":" uri ) CRLF relparam = *( ; ; The following are OPTIONAL, ; but MUST NOT occur more than once. ; (";" reltypeparam) / (";" gapparam) / ; ; The following is OPTIONAL, ; and MAY occur more than once. ; (";" other-param) ; )
The following are examples of this property.
RELATED-TO:jsmith.part7.19960817T083000.xyzMail@example.com RELATED-TO:19960401-080045-4000F192713-0052@example.com RELATED-TO;VALUE=URI;RELTYPE=STARTTOFINISH: http://example.com/caldav/user/jb/cal/ 19960401-080045-4000F192713.ics
Applications using the LINK property need to be aware of the risks entailed in using the URIs provided as values. See [RFC3986] for a discussion of the security considerations relating to URIs.
The author would like to thank Chuck Norris of eventful.com for his work which led to the development of this RFC.
The author would also like to thank the members of the Calendaring and Scheduling Consortium public events technical committee and the following individuals for contributing their ideas and support:
Cyrus Daboo, Dan Mendell
The authors would also like to thank the Calendaring and Scheduling Consortium for advice with this specification.
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. |
[RFC5545] | Desruisseaux, B., "Internet Calendaring and Scheduling Core Object Specification (iCalendar)", RFC 5545, September 2009. |
[RFC5988] | Nottingham, M., "Web Linking", RFC 5988, October 2010. |
[RFC3688] | Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, January 2004. |
[RFC3986] | Berners-Lee, T., Fielding, R. and L. Masinter, "Uniform Resource Identifier (URI): Generic Syntax", STD 66, RFC 3986, January 2005. |
[W3C.REC-xml-20060816] | Bray, T., Paoli, J., Sperberg-McQueen, C., Yergeau, F. and E. Maler, "Extensible Markup Language (XML) 1.0 (Fourth Edition)", World Wide Web Consortium FirstEdition REC-xml-20060816, August 2006. |
[W3C.WD-xptr-xpointer-20021219] | DeRose, S., Daniel, R. and E. Maler, "XPointer xpointer() Scheme", World Wide Web Consortium WD WD-xptr-xpointer-20021219, December 2002. |