Try out our new RRULE tool for creating RRULE compatible strings.

Property Name

DESCRIPTION

Purpose

This property provides a more complete description of the calendar component than that provided by the "SUMMARY" property.

Value Type

TEXT

Property Parameters

IANA, non-standard, alternate text representation, and language property parameters can be specified on this property.

Conformance

The property can be specified in the "VEVENT", "VTODO", "VJOURNAL", or "VALARM" calendar components. The property can be specified multiple times only within a "VJOURNAL" calendar component.

Description

This property is used in the "VEVENT" and "VTODO" to capture lengthy textual descriptions associated with the activity.

This property is used in the "VJOURNAL" calendar component to capture one or more textual journal entries.

This property is used in the "VALARM" calendar component to capture the display text for a DISPLAY category of alarm, and to capture the body text for an EMAIL category of alarm.

Format Definition

This property is defined by the following notation:

 description = "DESCRIPTION" descparam ":" text CRLF

 descparam   = *(
             ;
             ; The following are OPTIONAL,
             ; but MUST NOT occur more than once.
             ;
             (";" altrepparam) / (";" languageparam) /
             ;
             ; The following is OPTIONAL,
             ; and MAY occur more than once.
             ;
             (";" other-param)
             ;
             )

Example

The following is an example of this property with formatted line breaks in the property value:

 DESCRIPTION:Meeting to provide technical review for "Phoenix"
   design.\nHappy Face Conference Room. Phoenix design team
   MUST attend this meeting.\nRSVP to team leader.

This document was automatically converted to XHTML using an RFC to HTML converter with the original text document at the Internet Engineering Task Force web site at ietf.org .  The original text document should be referred to if there are any errors or discrepancies found in this document.

Need to test your iCalendar feeds?

The iCalendar Validator provides developers and testers a method to validate their iCalendar feeds, which can take data from either a URL, file or text snippet and compare it against the RFC 5545 specification.  We believe we have one of the best iCalendar validation tools available on the internet. More information about the validator can be found here.