Index: openacs-4/packages/calendar/tcl/cal-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/cal-item-procs.tcl,v diff -u -N -r1.35.2.2 -r1.35.2.3 --- openacs-4/packages/calendar/tcl/cal-item-procs.tcl 8 Oct 2019 12:48:47 -0000 1.35.2.2 +++ openacs-4/packages/calendar/tcl/cal-item-procs.tcl 9 Dec 2019 08:19:12 -0000 1.35.2.3 @@ -102,8 +102,8 @@ ad_proc -private calendar::item::all_day_event {start_date_ansi end_date_ansi} { - Determine, if an event is an all day event depending on the ans - state and dates (e.g. "2018-03-22 00:00:00" and "2018-03-23 + Determine, if an event is an all day event depending on the ansi + start and end dates (e.g. "2018-03-22 00:00:00" and "2018-03-23 00:00:00". The event is a full_day event, either when the start_date is equal to the end data or the start_day is different to the end day (this might happen through external calendars).