calendar::have_private_p (public)
calendar::have_private_p [ -return_id return_id ] \ [ -calendar_id_list calendar_id_list ] [ -party_id party_id ]
Defined in packages/calendar/tcl/calendar-procs.tcl
Check to see if the user has a private calendar. When the provided -return_id is 1, then proc will return the calendar_id
- Switches:
- -return_id (optional, defaults to
"0"
)- when set to 1, this proc will return the calendar_id
- -calendar_id_list (optional)
- If you supply the calendar_id_list, then we'll only search for a personal calendar among the calendars supplied here.
- -party_id (optional, defaults to
"party_id"
)- Returns:
- boolean or the calendar_id according to 'return_id' flag.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- cal_item_add_delete