Function: icalendar-match-description-property

icalendar-match-description-property is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-match-description-property LIMIT)

Documentation

Matcher for icalendar-description property.

(Defined by icalendar-define-property.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:description "DESCRIPTION"
  "Description.

This property should be a longer, more complete description of
the calendar component than is contained in the
`icalendar-summary' property.  In a `icalendar-vjournal'
component, it is used to capture a journal entry, and may be
specified multiple times.  Otherwise it may only be specified
once.  In an `icalendar-valarm' component, it contains the
notification text for a DISPLAY or EMAIL alarm."
  ical:text
  :child-spec (:zero-or-one (ical:altrepparam ical:languageparam)
               :zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.1.5")