calendar::item::all_day_event (private)
calendar::item::all_day_event start_date_ansi end_date_ansi
Defined in packages/calendar/tcl/cal-item-procs.tcl
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, when both start_date and end_date do not specify a time, which in the datamodel means both dates are set at midnight.
- Parameters:
- start_date_ansi (required)
- end_date_ansi (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.