Function: icalendar-match-status-property

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

Signature

(icalendar-match-status-property LIMIT)

Documentation

Matcher for icalendar-status property.

(Defined by icalendar-define-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")