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.10 -r1.11 --- openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl 11 Aug 2003 12:14:15 -0000 1.10 +++ openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl 25 Sep 2003 08:22:05 -0000 1.11 @@ -71,8 +71,8 @@ # For now we don't do recurrence - set DTSTART [ics_timestamp_format -timestamp $cal_item(ansi_start_date)] - set DTEND [ics_timestamp_format -timestamp $cal_item(ansi_end_date)] + set DTSTART [ics_timestamp_format -timestamp $cal_item(start_date_ansi)] + set DTEND [ics_timestamp_format -timestamp $cal_item(end_date_ansi)] # Put it together set ics_event "BEGIN:VCALENDAR\r\nPRODID:-//OpenACS//OpenACS 4.5 MIMEDIR//EN\r\nVERSION:2.0\r\nMETHOD:PUBLISH\r\nBEGIN:VEVENT\r\nDTSTART:$DTSTART\r\nDTEND:$DTEND\r\n"