calendar-callback-procs.tcl

Callbacks for the calendar package.

Location:
packages/calendar/tcl/calendar-callback-procs.tcl
Created:
2005-06-12
Author:
Dirk Gomez
CVS Identification:
$Id: calendar-callback-procs.tcl,v 1.11 2018/08/24 10:54:55 antoniop Exp $

Procedures in this file

Detailed information

callback::merge::MergePackageUser::impl::calendar (private)

 callback::merge::MergePackageUser::impl::calendar \
    -from_user_id from_user_id -to_user_id to_user_id

Merge the calendars of two users. The from_user_id is the user_id of the user that will be deleted and all the calendar elements of this user will be mapped to the to_user_id.

Switches:
-from_user_id (required)
-to_user_id (required)
See Also:

Testcases:
No testcase defined.

callback::merge::MergeShowUserInfo::impl::calendar (private)

 callback::merge::MergeShowUserInfo::impl::calendar -user_id user_id

Shows the calendar tables user info

Switches:
-user_id (required)
See Also:

Testcases:
No testcase defined.
[ show source ]