icalendar--decode-isoduration

icalendar--decode-isoduration is a compiled Lisp function in `icalendar.el'.

(icalendar--decode-isoduration ISODURATIONSTRING &optional DURATION-CORRECTION)

Convert ISODURATIONSTRING into format provided by `decode-time'.
Converts from ISO-8601 to Emacs representation. If ISODURATIONSTRING
specifies UTC time (trailing letter Z) the decoded time is given in
the local time zone!

Optional argument DURATION-CORRECTION shortens result by one day.

FIXME: TZID-attributes are ignored....!
FIXME: multiple comma-separated values should be allowed!