Function: icalendar-ast-node-meta-get
icalendar-ast-node-meta-get is a function alias for
org-element-property, defined in org-element-ast.el.gz.
Signature
(icalendar-ast-node-meta-get PROPERTY NODE &optional DFLT FORCE-UNDEFER)
Documentation
Extract the value from the PROPERTY of a NODE.
Return DFLT when PROPERTY is not present. When FORCE-UNDEFER is non-nil and the property value is computed dynamically, unconditionally replace the dynamic deferred value, modifying NODE by side effect.
Note: The properties listed in org-element--standard-properties,
except :deferred, may not be resolved.