Object ::xo::ical (public)
::nx::Object ::xo::ical
Defined in packages/xotcl-core/tcl/01-debug-procs.tcl
The Object ::calendar::ical provides the methods for importing and exporting single or multiple calendar items in the ical format (see rfc 2445). Currently only the part of ical is implemented, which is used by the mozilla calendar (Sunbird, or Lightning for Thunderbird).
- Author:
- Gustaf Neumann
- VCALENDARC
- ::xo::ical clock_to_iso /seconds/
- ::xo::ical reflow_content_line /text/
- ::xo::ical date_time_to_clock /date/ /time/ /utc/
- ::xo::ical clock_to_oacstime /seconds/
- ::xo::ical tcl_time_to_local_day /time/
- ::xo::ical clock_to_local_day /seconds/
- ::xo::ical tcl_time_to_utc /time/
- VEVENTC
- ::xo::ical utc_to_clock /utc_time/
- ::xo::ical clock_to_utc /seconds/
- VTODOC
- VCALITEMC
- ::xo::ical dates_valid_p -start_date /value/ -end_date /value/
- ::xo::ical ical_to_text /text/
- ::xo::ical text_to_ical ?-remove_tags /boolean/? /text/
- Testcases:
- No testcase defined.