Function: icalendar-request-status-property-p

icalendar-request-status-property-p is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-request-status-property-p NODE)

Documentation

Return non-nil if NODE represents a REQUEST-STATUS property.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:request-status "REQUEST-STATUS"
  "Request status"
  ical:req-status-info
  :child-spec (:zero-or-one (ical:languageparam)
               :zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.8.3")