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.2 -r1.3 --- openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl 29 May 2002 23:20:55 -0000 1.2 +++ openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl 2 Jul 2002 21:17:07 -0000 1.3 @@ -77,8 +77,7 @@ set DTEND [ics_timestamp_format -timestamp $end_date] # 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" + 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" set creation_date $DTSTART set DESCRIPTION $description @@ -310,7 +309,7 @@ ns_return 200 application/x-msoutlook $ics_event } - ad_register_proc GET /*.ics cal_output_outlook_event - ad_register_proc POST /*.ics cal_output_outlook_event + # ad_register_proc GET /*.ics cal_output_outlook_event + # ad_register_proc POST /*.ics cal_output_outlook_event }