xo::ical::VCALITEM method start_end (protected)
<instance of xo::ical::VCALITEM> 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 timestamps.
- 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