xo::ical::VCALITEM method tag (protected)

 <instance of xo::ical::VCALITEM[i]> tag [ -tag tag ] \
    [ -param param ] [ -conv conv ] [ -value value ] slot

Defined in packages/xotcl-core/tcl/ical-procs.tcl

Generate a single (line) entry in ical format starting with the specified tag. If no "tag" is specified, the tag name is uppercase of the slot. The value might be specified literally or it can be the name of an instance variable (named by the "slot" attribute". The functions returns empty (produces no output) when either the value is empty or no instance variable exists. Optionally, the value can be converted.

Switches:
-tag
(optional)
-param
(optional)
-conv
(optional)
-value
(optional)
Parameters:
slot

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]
Show another procedure: