Skip to content

### Recurring events use wrong start time for next alert text for reminders #143

@williscool

Description

@williscool

Recurring events use wrong start time for next alert text for reminders

For recurring events, the next alert calculation uses the master event's startTime from EventRecord instead of the instance's instanceStartTime from EventAlertRecord. The calendarProvider.getEvent() queries CalendarContract.Events which returns DTSTART (the master event's start time). For a weekly meeting that started months ago, all calculated reminder times would be in the past, causing the indicator to never appear. The existing getNextEventReminderTime function correctly uses event.instanceStartTime but this new code path doesn't.

Additional Locations (1)

Fix in Cursor Fix in Web

Originally posted by @cursor[bot] in #132 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions