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.17 -r1.18 --- openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl 7 Aug 2017 23:48:05 -0000 1.17 +++ openacs-4/packages/calendar/tcl/calendar-outlook-procs.tcl 3 Sep 2024 15:37:35 -0000 1.18 @@ -9,7 +9,7 @@ } # wtem@olywa.net, 2001-06-12 -# adding support for synching a single event with msoutlook +# adding support for syncing a single event with msoutlook # 1. make sure the server config file # (in this case an .ini file) has the .ics extension mapped to msoutlook @@ -35,7 +35,18 @@ return $timestamp } - ad_proc cal_outlook_gmt_sql {{hours 0} {dash ""}} {formats the hours to subtract or add to make the date_time be in gmt} { + ad_proc -deprecated cal_outlook_gmt_sql { + {hours 0} + {dash ""} + } { + Formats the hours to subtract or add to make the date_time be + in gmt. + + DEPRECATED: upstream code stopped using this api in date + 2002-07-10. + + @see nothing + } { # east of gmt is notated as "-", # in order to get gmt (to store the date_time for outlook) # we need to have the hour equal gmt at the same time as the client