aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/TODO')
-rw-r--r--calendar/TODO22
1 files changed, 21 insertions, 1 deletions
diff --git a/calendar/TODO b/calendar/TODO
index eca41ce244..11ce1d577a 100644
--- a/calendar/TODO
+++ b/calendar/TODO
@@ -1,3 +1,8 @@
+BUGS:
+
+- Recurrence end date is wrong. An event that repeats daily will not
+ be included in the ending date of the recurrence (off-by-one error?).
+
Month view:
- Display little boxes for the appointments of each day.
@@ -8,7 +13,22 @@ Month view:
Year view:
-- Make it use GnomeMonthItem to make it have a reasonable size.
+- Use a generic mark_month() function to mark a GnomeMonthItem with
+ all the events that touch it. Pass a function to mark_month() that
+ actually does the marking (the year view and goto dialog just change
+ the color of the days with events; the month view does more
+ sophisticated layout).
+
+- Double click on a day takes you to the day view.
+
+- Button-3 popup with options:
+ Create new appointment in this day
+ --- separator ---
+ Go to this day
+ Go to this week
+ Go to this month
+
+- See why it is so fucking slow.
Week view: