Merge pull request #2086 from nelath/master
Fixed recurring event repetition exception issue
This commit is contained in:
commit
de48e387b2
|
@ -264,9 +264,6 @@ class CalDAVHelper(val context: Context) {
|
||||||
parentEvent.addRepetitionException(originalDayCode)
|
parentEvent.addRepetitionException(originalDayCode)
|
||||||
eventsHelper.insertEvent(parentEvent, addToCalDAV = false, showToasts = false)
|
eventsHelper.insertEvent(parentEvent, addToCalDAV = false, showToasts = false)
|
||||||
|
|
||||||
event.parentId = parentEvent.id!!
|
|
||||||
event.addRepetitionException(originalDayCode)
|
|
||||||
eventsHelper.insertEvent(event, addToCalDAV = false, showToasts = false)
|
|
||||||
return@queryCursorInlined
|
return@queryCursorInlined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue