Function: icalendar-match-comment-property
icalendar-match-comment-property is a byte-compiled function defined
in icalendar-parser.el.gz.
Signature
(icalendar-match-comment-property LIMIT)
Documentation
Matcher for icalendar-comment property.
(Defined by icalendar-define-property.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:comment "COMMENT"
"Comment to calendar user.
This property can be specified multiple times in calendar components,
and can contain any `icalendar-text' value."
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.4")