Index: openacs-4/packages/caldav/tcl/caldav-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/caldav/tcl/Attic/caldav-init.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/caldav/tcl/caldav-init.tcl 9 May 2022 17:40:39 -0000 1.1.2.1 @@ -0,0 +1,23 @@ +ad_library { + CalDav implementation for OpenACS - Init + + @author Gustaf Neumann + @creation-date May, 2019 +} + +# +# You might consider turning on logging by activating it in xotcl-core, +# "ProtocolHandler instproc log" +# +ns_log notice "=============================== ::caldav::dav register" +::caldav::dav register +ns_log notice "=============================== ::caldav::dav register DONE" + + +# +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: +