Function: icalendar-match-url-property
icalendar-match-url-property is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-match-url-property LIMIT)
Documentation
Matcher for icalendar-url property.
(Defined by icalendar-define-property.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:url "URL"
"Uniform Resource Locator.
This property specifies the URL associated with an
`icalendar-vevent', `icalendar-vtodo', `icalendar-vjournal', or
`icalendar-vfreebusy' component."
ical:uri
:child-spec (:zero-or-more (ical:otherparam))
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.4.6")