Function: icalendar-match-freebusy-property
icalendar-match-freebusy-property is a byte-compiled function defined
in icalendar-parser.el.gz.
Signature
(icalendar-match-freebusy-property LIMIT)
Documentation
Matcher for icalendar-freebusy property.
(Defined by icalendar-define-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")