# HG changeset patch # User Paul Boddie # Date 1329523909 -3600 # Node ID 47b0d8f8e32480628dac914e741ae6046f7b921b # Parent a0d098d5fdee92df57b7a9c9b28092173d6eedc5 Added navigation control issues and notes about events without end dates/times. diff -r a0d098d5fdee -r 47b0d8f8e324 TO_DO.txt --- a/TO_DO.txt Wed Feb 15 00:32:26 2012 +0100 +++ b/TO_DO.txt Sat Feb 18 01:11:49 2012 +0100 @@ -1,9 +1,22 @@ +Navigation Controls +------------------- + +Without a calendar start and end and calendar name, the list view still shows +navigation controls. + +The "New event" link should probably not be present when only remote events +are being aggregated by a calendar. + Points in Time -------------- Events which have identical start and end times might be represented by building a calendar scale that distinguishes between times acting as start -times and times acting as end times. +times and times acting as end times. (The iCalendar specification appears to +state that events without end dates/times are actually points in time, but +this potentially conflicts with the expectation that merely specifying a start +date or time produces an event with an undefined end point or a "common sense" +end point.) Consider making dates convertible to timespans of the form (start of day, start of next day).