Function: icalendar-match-fmttype-param
icalendar-match-fmttype-param is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-match-fmttype-param LIMIT)
Documentation
Matcher for FMTTYPE parameter.
(Defined by icalendar-define-param.)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:fmttypeparam "FMTTYPE"
"Format Type (Mimetype per RFC4288)
Specifies the media type of the object referenced in the property value,
for example \"text/plain\" or \"text/html\".
Valid media types are defined in RFC4288; see
URL `https://www.rfc-editor.org/rfc/rfc4288#section-4.2'"
ical:mimetype
:link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.8")