calendar::item::edit (public)
calendar::item::edit -cal_item_id cal_item_id -start_date start_date \ -end_date end_date -name name -description description \ [ -item_type_id item_type_id ] [ -edit_all_p edit_all_p ] \ [ -edit_past_events_p edit_past_events_p ] \ [ -calendar_id calendar_id ] [ -location location ] \ [ -related_link_url related_link_url ] \ [ -related_link_text related_link_text ] \ [ -redirect_to_rel_link_p redirect_to_rel_link_p ] \ [ -cal_uid cal_uid ] [ -ical_vars ical_vars ]
Defined in packages/calendar/tcl/cal-item-procs.tcl
Edit the item
- Switches:
- -cal_item_id (required)
- -start_date (required)
- -end_date (required)
- -name (required)
- -description (required)
- -item_type_id (optional)
- -edit_all_p (optional, defaults to
"0"
)- -edit_past_events_p (optional, defaults to
"1"
)- -calendar_id (optional)
- -location (optional)
- -related_link_url (optional)
- -related_link_text (optional)
- -redirect_to_rel_link_p (optional)
- -cal_uid (optional)
- -ical_vars (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- cal_item_edit_recurrence