Function: icalendar-match-categories-property

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

Signature

(icalendar-match-categories-property LIMIT)

Documentation

Matcher for icalendar-categories property.

(Defined by icalendar-define-property.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:categories "CATEGORIES"
  "Categories.

This property lists categories or subtypes of an iCalendar
component for e.g. searching or filtering.  The categories can be
any `icalendar-text' value."
  ical:text
  :list-sep ","
  :child-spec (:zero-or-one (ical:languageparam)
               :zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.1.2")