Function: icalendar-ast-node-value
icalendar-ast-node-value is a byte-compiled function defined in
icalendar-ast.el.gz.
Signature
(icalendar-ast-node-value NODE)
Documentation
Return the value of iCalendar syntax node NODE.
In component nodes, this is nil. Otherwise, it is a syntax node representing an iCalendar (property or parameter) value.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-ast.el.gz
(defsubst ical:ast-node-value (node)
"Return the value of iCalendar syntax node NODE.
In component nodes, this is nil. Otherwise, it is a syntax node
representing an iCalendar (property or parameter) value."
(org-element-property :value node))