xo::ical::VCALITEM method get (public)

 <instance of xo::ical::VCALITEM[i]> get property [ default ]

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

Return a certain property of an ical items. In case, the item has no such property, return the default value.

Parameters:
property
default (optional)

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

Testcases:
No testcase defined.
Source code:
if {[info exists :$property]} {
    return [set :$property]
}
return $default
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: