Function: org-icalendar-dtstamp

org-icalendar-dtstamp is a byte-compiled function defined in ox-icalendar.el.gz.

Signature

(org-icalendar-dtstamp)

Documentation

Return DTSTAMP property, as a string.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-icalendar.el.gz
(defun org-icalendar-dtstamp ()
  "Return DTSTAMP property, as a string."
  (format-time-string "DTSTAMP:%Y%m%dT%H%M%SZ" nil t))