icalendar--decode-isodatetime

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

(icalendar--decode-isodatetime ISODATETIMESTRING &optional DAY-SHIFT ZONE)

Return ISODATETIMESTRING in format like `decode-time'.
Converts from ISO-8601 to Emacs representation. If
ISODATETIMESTRING specifies UTC time (trailing letter Z) the
decoded time is given in the local time zone! If optional
parameter DAY-SHIFT is non-nil the result is shifted by DAY-SHIFT
days.
ZONE, if provided, is the timezone, in any format understood by `encode-time'.

FIXME: multiple comma-separated values should be allowed!