xo::ical::VCALITEM method as_ical (public)
<instance of xo::ical::VCALITEM> as_ical
Defined in packages/xotcl-core/tcl/ical-procs.tcl
Output a VCALITEM (VTODO or VEVENT) "object" in ical notation.
- 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 $tXQL Not present: Generic, PostgreSQL, Oracle