Calendars: Repeating Event Repeat You are choosing to make this event recurrent, so that it appears more than once in your calendar. The event's details are:

Date: @cal_item.start_date@
Time: @cal_item.start_time@ - @cal_item.end_time@
Details: @cal_item.description@

Repeat every :
day (s)
<% foreach dow {{Sunday 0} {Monday 1} {Tuesday 2} {Wednesday 3} {Thursday 4} {Friday 5} {Saturday 6}} { if {[lindex $dow 1] == [expr "$cal_item(day_of_week) -1"]} { set checked_html "CHECKED" } else { set checked_html "" } template::adp_puts "[lindex $dow 0]  " } %> of the week
day @cal_item.day_of_month@ of the month
same @cal_item.pretty_day_of_week@ of the month
year
Repeat this event until: <%= [dt_widget_datetime -default [dt_systime] recur_until] %>