Function: icalendar-match-resources-property
icalendar-match-resources-property is a byte-compiled function defined
in icalendar-parser.el.gz.
Signature
(icalendar-match-resources-property LIMIT)
Documentation
Matcher for icalendar-resources property.
(Defined by icalendar-define-property.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:resources "RESOURCES"
"Resources for an activity.
This property is a list of `icalendar-text' values that describe
any resources required or foreseen for the activity represented
by a component, e.g. a projector and screen for a meeting."
ical:text
:list-sep ","
: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.10")