Function: icalendar-freebusy-property-p

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

Signature

(icalendar-freebusy-property-p NODE)

Documentation

Return non-nil if NODE represents a FREEBUSY property.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-property ical:freebusy "FREEBUSY"
  "Free/Busy Times.

This property specifies a list of periods of free or busy time in
an `icalendar-vfreebusy' component.  Whether it specifies free or
busy times is determined by its `icalendar-fbtype' parameter.  The
times in each period must be in UTC format."
  ical:period
  :list-sep ","
  :child-spec (:zero-or-one (ical:fbtypeparam)
               :zero-or-more (ical:otherparam))
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.8.2.6")