mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Merge pull request #2086 from nelath/master
Fixed recurring event repetition exception issue
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user