GNOME Bugzilla – Bug 780051
week-view: every full-day event is off by 2 days.
Last modified: 2017-03-15 12:20:19 UTC
Every full day event in week-view is off by two days. For example, an event on March 23rd is shown in March 25th.
Created attachment 347966 [details] [review] week-header: don't account first weekday twice The auxiliary functions to calculate the week start already takes the first weekday into account. We, however, were considering it again when calculating the event position. Fix that by only considering it once, through the get_start_of_week() function.
Thanks for the report. Attachment 347966 [details] pushed as f608f8f - week-header: don't account first weekday twice
Full day events are still off my one column. Eg: In a week 13-19, Event on 15th is shown in 16th, and event on 19th is shown in 13th.
Created attachment 348002 [details] [review] week-header: fix calc of events' start and end positions Another shot in this issue. Again.
Thanks for reopening this bug. I think now it's fixed. Attachment 348002 [details] pushed as 669869c - week-header: fix calc of events' start and end positions