Index: openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql,v diff -u -r1.15 -r1.16 --- openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql 23 Nov 2017 08:43:16 -0000 1.15 +++ openacs-4/packages/calendar/tcl/cal-item-procs-oracle.xql 22 Apr 2018 18:02:52 -0000 1.16 @@ -61,7 +61,9 @@ item_type_id => :item_type_id, creation_user => :creation_user, creation_ip => :creation_ip, - context_id => :calendar_id + context_id => :calendar_id, + package_id => :package_id, + location => :location ); end; @@ -94,6 +96,17 @@ + + + + + begin + cal_uid.upsert(:cal_uid, :activity_id, :ical_vars); + end; + + + +