Function: icalendar-status-property-p
icalendar-status-property-p is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-status-property-p NODE)
Documentation
Return non-nil if NODE represents a STATUS property.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:status "STATUS"
"Overall status or confirmation.
This property is a keyword used by an Organizer to inform
Attendees about the status of a component, e.g. whether an
`icalendar-vevent' has been canceled, whether an
`icalendar-vtodo' has been completed, or whether an
`icalendar-vjournal' is still in draft form. It can be specified
at most once on these components."
ical:status-keyword
:child-spec (:zero-or-more (ical:otherparam))
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.1.11")