Function: icalendar-match-member-param
icalendar-match-member-param is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-match-member-param LIMIT)
Documentation
Matcher for MEMBER parameter.
(Defined by icalendar-define-param.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:memberparam "MEMBER"
"Group or List Membership.
This is a comma-separated list of quoted `icalendar-cal-address'
values. These are addresses of groups or lists of which the user
in the property value is a member."
ical:cal-address
:quoted t
:list-sep ","
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.11")