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

 <instance of xo::ical::VCALITEM[i]> as_ical

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

Output a VCALITEM (VTODO or VEVENT) "object" in ical notation.

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

Testcases:
No testcase defined.
Source code:
set item_type [namespace tail [:info class]]
append t "BEGIN:$item_type\r\n"  [:ical_body]  "END:$item_type\r\n"
return $t
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: