Function: icalendar-match-location-property

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

Signature

(icalendar-match-location-property LIMIT)

Documentation

Matcher for icalendar-location property.

(Defined by icalendar-define-property.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:location "LOCATION"
  "Location.

This property describes the intended location or venue of a
component, e.g. a particular room or building, with an
`icalendar-text' value.  RFC5545 suggests using the
`icalendar-altrep' parameter on this property to provide more
structured location information."
  ical:text
  :child-spec (:zero-or-one (ical:altrepparam ical:languageparam)
               :zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.1.7")