The source project of this merge request has been removed.
Fix event reminder creation/editing
Reminders for events are currently being written to endOffset
, but the field actually used to determine them in the rest of the program is startOffset
. Also put in correct path to the enum.
BUG: 470288
BUG: 470525