Function: icalendar-match-summary-property
icalendar-match-summary-property is a byte-compiled function defined
in icalendar-parser.el.gz.
Signature
(icalendar-match-summary-property LIMIT)
Documentation
Matcher for icalendar-summary property.
(Defined by icalendar-define-property.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:summary "SUMMARY"
"Short summary.
This property provides a short, one-line description of a
component for display purposes. In an EMAIL `icalendar-valarm',
it is used as the subject of the email. A longer description of
the component can be provided in the `icalendar-description'
property."
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.12")