Function: icalendar-match-percent-complete-property
icalendar-match-percent-complete-property is a byte-compiled function
defined in icalendar-parser.el.gz.
Signature
(icalendar-match-percent-complete-property LIMIT)
Documentation
Matcher for icalendar-percent-complete property.
(Defined by icalendar-define-property.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
;; TODO: type for percentages?
(ical:define-property ical:percent-complete "PERCENT-COMPLETE"
"Percent Complete.
This property describes progress toward the completion of an
`icalendar-vtodo' component. It can appear at most once in such a
component. If this TODO is assigned to multiple people, the value
represents the completion state for each person individually. The
value should be between 0 and 100 (though this is not currently
enforced here)."
ical:integer
:child-spec (:zero-or-more (ical:otherparam))
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.1.8")