Add comment
This commit is contained in:
parent
fe09a937ec
commit
3830e849d6
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ fun Event.toUtcAllDayEvent() {
|
|||
endTS = Formatter.getShiftedUtcTS(endTS)
|
||||
}
|
||||
|
||||
// this is to make sure the repetition ends on the date set when creating the original event
|
||||
fun Event.maybeAdjustRepeatLimitCount(original: Event, occurrenceTS: Long) {
|
||||
val hasFixedRepeatCount = original.repeatLimit < 0 && repeatLimit < 0
|
||||
val repeatLimitUnchanged = original.repeatLimit == repeatLimit
|
||||
|
|
Loading…
Reference in a new issue