Skip to content

agenda-view: sort events in chronological order

Abdullahi Usman requested to merge khemicalkoder/gnome-calendar:fixes_936 into main

agenda-view sort_func uses gcal_date_time_compare_date, which is insufficient for this case. we want to compare events date(s) down to the last minute, so that we can be able to sort them in chronological order. we use the g_date_time_compare function.

fixes: #936 (closed)

Merge request reports

Loading