diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/CalDAVHandler.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/CalDAVHandler.kt index 2f58c347a..721da2521 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/CalDAVHandler.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/CalDAVHandler.kt @@ -251,6 +251,8 @@ class CalDAVHandler(val context: Context) { val existingEvent = importIdsMap[importId] val originalEventId = existingEvent!!.id existingEvent.id = 0 + existingEvent.color = 0 + existingEvent.ignoreEventOccurrences = ArrayList() if (existingEvent.hashCode() != event.hashCode() && title.isNotEmpty()) { event.id = originalEventId context.dbHelper.update(event, false)