Function: icalendar-match-organizer-property

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

Signature

(icalendar-match-organizer-property LIMIT)

Documentation

Matcher for icalendar-organizer property.

(Defined by icalendar-define-property.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:organizer "ORGANIZER"
  "Organizer.

This property specifies the organizer of a group-scheduled
`icalendar-vevent', `icalendar-vtodo', or `icalendar-vjournal'.
It is required in those components if they represent a calendar
entity with multiple participants.  In an `icalendar-vfreebusy'
component, it used to specify the user requesting free or busy
time, or the user who published the calendar that the free/busy
information comes from."
  ical:cal-address
  :child-spec (:zero-or-one (ical:cnparam
                             ical:dirparam
                             ical:sentbyparam
                             ical:languageparam)
               :zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.4.3")