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

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

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

Output either a DAY-EVENT (denoted by a single DTSTART with appropriate VALUE format) or a state and end time stamps.

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

Testcases:
No testcase defined.
Source code:
if {${:is_day_item}} {
  append result  "DTSTART;" [::xo::ical tcl_time_to_local_day ${:dtstart}] \r\n
} else {
  append result  [:tag -conv tcl_time_to_utc dtstart]  [:tag -conv tcl_time_to_utc dtend]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: