Function: icalendar-member-param-p
icalendar-member-param-p is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-member-param-p NODE)
Documentation
Return non-nil if NODE represents a MEMBER parameter.
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")