calendar::outlook::format_item (public)

 calendar::outlook::format_item -cal_item_id cal_item_id \
    [ -all_occurrences_p all_occurrences_p ] \
    [ -client_timezone client_timezone ]

Defined in packages/calendar/tcl/calendar-outlook-procs.tcl

the cal_item_id is obvious. If we want all occurrences, we set all_occurrences_p to true. The client timezone helps to make things right. It is the number offset from GMT.

Switches:
-cal_item_id
(required)
-all_occurrences_p
(defaults to "0") (optional)
-client_timezone
(defaults to "0") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 test_cal_item_add_delete cal_item_add_delete (test calendar) calendar::outlook::format_item calendar::outlook::format_item test_cal_item_add_delete->calendar::outlook::format_item calendar::item::get calendar::item::get (public) calendar::outlook::format_item->calendar::item::get calendar::outlook::ics_timestamp_format calendar::outlook::ics_timestamp_format (public) calendar::outlook::format_item->calendar::outlook::ics_timestamp_format db_1row db_1row (public) calendar::outlook::format_item->db_1row

Testcases:
cal_item_add_delete
[ show source ]
Show another procedure: