caldav::calitem method as_ical_calendar (public)

 <instance of caldav::calitem[i]> as_ical_calendar \
    [ -calendar_name calendar_name ]

Defined in packages/caldav/tcl/caldav-item-procs.tcl

Output a ::caldav::calitem in the form of a full calendar. For now, without timezone [::caldav::calendars timezone]

Switches:
-calendar_name (optional)

Testcases:
No testcase defined.
Source code:
#
# TODO: why is not "header" and "footer" a method like
# as_ical_event but from :caldav::calendars?
#
append result  [::caldav::calendars header -calendar_name $calendar_name]  [:as_ical_event]  [::caldav::calendars footer]
return $result
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: