Function: icalendar-component-dtend

icalendar-component-dtend is a byte-compiled function defined in icalendar-utils.el.gz.

Signature

(icalendar-component-dtend COMPONENT)

Documentation

Return the value of the icalendar-dtend property of COMPONENT.

COMPONENT can be any component node.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-utils.el.gz
(defun ical:component-dtend (component)
  "Return the value of the `icalendar-dtend' property of COMPONENT.
COMPONENT can be any component node."
  (ical:with-property-of component 'ical:dtend nil value))