mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-18 04:40:36 +01:00
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)
|
||||
eventsHelper.insertEvent(parentEvent, addToCalDAV = false, showToasts = false)
|
||||
|
||||
event.parentId = parentEvent.id!!
|
||||
event.addRepetitionException(originalDayCode)
|
||||
eventsHelper.insertEvent(event, addToCalDAV = false, showToasts = false)
|
||||
return@queryCursorInlined
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user