Function: icalendar-rsvp-param-p

icalendar-rsvp-param-p is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-rsvp-param-p NODE)

Documentation

Return non-nil if NODE represents a RSVP parameter.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:rsvpparam "RSVP"
  "RSVP expectation.

This parameter is an `icalendar-boolean' which specifies whether
the calendar user in the property value is expected to reply to
the Organizer of a VEVENT or VTODO."
  ical:boolean
  :default "FALSE"
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.17")