Function: icalendar-rrule-property-p
icalendar-rrule-property-p is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-rrule-property-p NODE)
Documentation
Return non-nil if NODE represents a RRULE property.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:rrule "RRULE"
"Recurrence Rule.
This property defines a rule or repeating pattern for the dates
and times on which an `icalendar-vevent', `icalendar-todo',
`icalendar-vjournal', `icalendar-standard', or
`icalendar-daylight' component recurs. Together with the
`icalendar-dtstart', `icalendar-rdate', and `icalendar-exdate'
properties, it defines the recurrence set of the component."
ical:rrule-value
;; TODO: faces for subexpressions?
:child-spec (:zero-or-more (ical:otherparam))
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.5.3")