%3 ::xo::ical::VEVENT ::xo::ical::VEVENT finish ::xo::ical::VCALITEM ::xo::ical::VCALITEM add_recurrence as_ical edit_recurrence get ical_body parse RRULE start_end tag ::xo::ical::VEVENT->::xo::ical::VCALITEM ::xo::ical::VTODO ::xo::ical::VTODO ::xo::ical::VTODO->::xo::ical::VCALITEM ::nx::Object ::nx::Object ::xo::ical::VCALITEM->::nx::Object

Class ::xo::ical::VEVENT

::xo::ical::VEVENT[i] create ... \
           [ -creation_date creation_date ] \
           [ -description description ] \
           [ -dtend dtend ] \
           [ -dtstamp dtstamp ] \
           [ -dtstart dtstart ] \
           [ -formatted_recurrences formatted_recurrences ] \
           [ -geo geo ] \
           [ -is_day_item (default "false") ] \
           [ -last-modified last-modified ] \
           [ -last_modified last_modified ] \
           [ -location location ] \
           [ -priority priority ] \
           [ -sequence sequence ] \
           [ -status status ] \
           [ -summary summary ] \
           [ -transp transp ] \
           [ -uid uid ] \
           [ -url url ]

VEVENT optional fields, must not occur more than once class / *created / *description / *dtstart / *geo / *last-mod / *location / organizer / *priority / *dtstamp / seq / *status / *summary / transp / *uid / *url / recurid / dtend or duration may appear, but dtend and duration are mutual exclusive *dtend / duration / optional fields, may occur more than once attach / attendee / categories / comment / contact / exdate / exrule / rstatus / related / resources / rdate / rrule / x-prop
Defined in packages/xotcl-core/tcl/ical-procs.tcl

Class Relations

  • class: ::nx::Class[i]
  • superclass: ::xo::ical::VCALITEM[i]

Methods (to be applied on instances)

  • finish (scripted, public)

     <instance of xo::ical::VEVENT[i]> finish parse_error

    In case, there was no :dtend given, set it either to the value of :dtstart, or :dtstart + :duration

    Parameters:
    parse_error

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

    Testcases:
    No testcase defined.