Index: openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl 13 Mar 2004 00:32:19 -0000 1.2 +++ openacs-4/packages/calendar/tcl/calendar-compatibility-procs.tcl 27 Oct 2014 16:41:07 -0000 1.3 @@ -15,6 +15,7 @@ {-calendar_id_list {}} party_id } { + @see calendar::have_private_p } { calendar::have_private_p -return_id $return_id -calendar_id_list $calendar_id_list $party_id } @@ -24,6 +25,7 @@ cal_privilege {revoke ""} } { + @see calendar::assign_permissions } { calendar::assign_permissions $calendar_id \ $party_id \ @@ -33,18 +35,20 @@ ad_proc -deprecated calendar_create { owner_id private_p - {calendar_name ""} + {calendar_name ""} } { + @see calendar::create } { - calendar_create $owner_id $private_p $calendar_name + calendar::create $owner_id $private_p $calendar_name } ad_proc -deprecated calendar_make_datetime { event_date {event_time ""} } { given a date, and a time, construct the proper date string - to be imported into oracle. (yyyy-mm-dd hh24:mi format)s + to be imported into oracle. (yyyy-mm-dd hh24:mi format) + @see calendar::make_datetime } { calendar::make_datetime $event_date $event_time }