Function: icalendar-ast-node-type

icalendar-ast-node-type is a function alias for org-element-type, defined in org-element-ast.el.gz.

Signature

(icalendar-ast-node-type NODE &optional ANONYMOUS)

Documentation

Return type of NODE.

The function returns the type of the node provided. It can also return the following special value:
  plain-text for a string
  nil in any other case.

When optional argument ANONYMOUS is non-nil, return symbol anonymous when NODE is an anonymous node.

Aliases

icalendar-ast-node-type