Function: icalendar-prodid-property-p

icalendar-prodid-property-p is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-prodid-property-p NODE)

Documentation

Return non-nil if NODE represents a PRODID property.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:prodid "PRODID"
  "Product Identifier.

This property identifies the program that created an
`icalendar-vcalendar' object.  It must be specified exactly once in a
calendar object.  Its value should be a globally unique identifier for
the program.  RFC5545 suggests using an ISO \"Formal Public Identifier\";
see URL `https://en.wikipedia.org/wiki/Formal_Public_Identifier'."
  ical:text
  :child-spec (:zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.7.3")