Function: icalendar-component-dtstart
icalendar-component-dtstart is a byte-compiled function defined in
icalendar-utils.el.gz.
Signature
(icalendar-component-dtstart COMPONENT)
Documentation
Return the value of the icalendar-dtstart property of COMPONENT.
COMPONENT can be any component node.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-utils.el.gz
;; Accessors for commonly used properties
(defun ical:component-dtstart (component)
"Return the value of the `icalendar-dtstart' property of COMPONENT.
COMPONENT can be any component node."
(ical:with-property-of component 'ical:dtstart nil value))