diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/IcsImporter.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/IcsImporter.kt index 60a9e9692..10b029bad 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/IcsImporter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/helpers/IcsImporter.kt @@ -108,7 +108,7 @@ class IcsImporter { event.endTS -= DAY } - activity.dbHelper.insert(event, true) { + activity.dbHelper.insert(event, false) { for (exceptionTS in curRepeatExceptions) { activity.dbHelper.addEventRepeatException(it, exceptionTS) }