Function: icalendar-match-rrule-property

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

Signature

(icalendar-match-rrule-property LIMIT)

Documentation

Matcher for icalendar-rrule property.

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