Function: icalendar-match-rsvp-param

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

Signature

(icalendar-match-rsvp-param LIMIT)

Documentation

Matcher for RSVP parameter.

(Defined by icalendar-define-param.)

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")