ubports / indicator-datetime

The "Time & Date" indicator for Ubuntu Touch. No longer maintained. See https://github.com/AyatanaIndicators/ayatana-indicator-datetime
GNU General Public License v3.0
3 stars 6 forks source link

Recurring events/alarms makes the list shorter than limit #39

Open kugiigi opened 3 years ago

kugiigi commented 3 years ago

Steps to Reproduce

  1. Create at least 3 events within one month and a week from current date .
  2. Create a daily alarm.
  3. Open the date/time indicator

Expected Results

The 3 events and the daily alarm is displayed in the date/time indicator. Current limit is 4.

Actual Results

The daily alarm is listed and possibly one or 2 other events but the list is below the limit (4).

Additional Information

This is most likely because the list of events are shortened to the limit before even removing the duplicates of the recurring events.