Function: icalendar-fmttype-param-p

icalendar-fmttype-param-p is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-fmttype-param-p NODE)

Documentation

Return non-nil if NODE represents a FMTTYPE parameter.

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")