Function: icalendar-summary-property-p

icalendar-summary-property-p is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-summary-property-p NODE)

Documentation

Return non-nil if NODE represents a SUMMARY 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")