Index: openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl 25 Sep 2003 08:22:05 -0000 1.11 +++ openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl 1 Nov 2003 08:45:37 -0000 1.12 @@ -122,7 +122,8 @@ } - ns_log Notice "DTSTART = $DTSTART" + ns_log debug "calendar::outlook::format_item: DTSTART = $DTSTART" + regexp {^([0-9]*)T} $DTSTART all CREATION_DATE set DESCRIPTION $cal_item(description) set TITLE $cal_item(name)