Index: openacs-4/packages/calendar/catalog/calendar.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/catalog/calendar.en_US.ISO-8859-1.xml,v diff -u -r1.8 -r1.9 --- openacs-4/packages/calendar/catalog/calendar.en_US.ISO-8859-1.xml 17 Sep 2003 12:21:46 -0000 1.8 +++ openacs-4/packages/calendar/catalog/calendar.en_US.ISO-8859-1.xml 25 Sep 2003 08:22:05 -0000 1.9 @@ -117,7 +117,7 @@ Start Time Submit query Sunday - sync with Outlook: + sync with Outlook This event is Thursday Time: 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" Index: openacs-4/packages/calendar/www/cal-item-view.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/cal-item-view.adp,v diff -u -r1.19 -r1.20 --- openacs-4/packages/calendar/www/cal-item-view.adp 19 Sep 2003 11:35:04 -0000 1.19 +++ openacs-4/packages/calendar/www/cal-item-view.adp 25 Sep 2003 08:22:05 -0000 1.20 @@ -84,7 +84,7 @@ #calendar.edit# - Edit this calendar event +   @@ -94,15 +94,15 @@ #calendar.delete# - Delete this calendar event +   - #calendar.single_event# + #calendar.sync_with_Outlook# - #calendar.sync_with_Outlook# +