Function: icalendar-percent-complete-property-p
icalendar-percent-complete-property-p is a byte-compiled function
defined in icalendar-parser.el.gz.
Signature
(icalendar-percent-complete-property-p NODE)
Documentation
Return non-nil if NODE represents a PERCENT-COMPLETE 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")