Index: openacs-4/packages/calendar/tcl/calendar-callback-hooks-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-callback-hooks-procs.tcl,v diff -u -N -r1.1 -r1.1.2.1 --- openacs-4/packages/calendar/tcl/calendar-callback-hooks-procs.tcl 24 Aug 2018 10:32:19 -0000 1.1 +++ openacs-4/packages/calendar/tcl/calendar-callback-hooks-procs.tcl 8 Oct 2019 12:48:47 -0000 1.1.2.1 @@ -13,3 +13,9 @@ Puts extra logics before calendar item deletion. } - +ad_proc -public -callback calendar::item::after_edit { + {-cal_item_id:required} +} { + Puts extra logics after calendar edit. +} - +