GNOME Bugzilla – Bug 612181
Show recurring events in italic in date navigator
Last modified: 2010-11-03 15:36:10 UTC
In Ubuntu Karmic Jannis Menn reported: At the moment the monthly summary view of the evolution calendar marks every day where there is an appointment bold. This leads to the situation where almost all the days are bolded, which makes the feature quite useless. An improvement of the feature would be to have an option for the user so that repeating appointments do not make a day bolded (it's implented like this in Kontact). Launchpad ref: https://bugs.edge.launchpad.net/ubuntu/+source/evolution/+bug/534116 Thanks!
Created attachment 173782 [details] [review] evo patch for evolution; I added a new options "Show recurring events in italic in bottom left calendar" to calendar preferences. The italic font is also used for transparent events, but I believe it may not do any trouble. One disadvantage, its change is not propagated to the UI immediately, only after changing time range of the bottom left calendar. It's because it can be expensive to call rebuild of all events in the given time range for remote calendars and because this option will not be changed so often.
Created commit bad8aff in evo master (2.91.2+)