mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 12:20:51 +01:00
make the error reporting at ics file importing more verbose
This commit is contained in:
parent
929dbf6e60
commit
d7e3d751f0
@ -108,7 +108,7 @@ class IcsImporter {
|
|||||||
event.endTS -= DAY
|
event.endTS -= DAY
|
||||||
}
|
}
|
||||||
|
|
||||||
activity.dbHelper.insert(event, true) {
|
activity.dbHelper.insert(event, false) {
|
||||||
for (exceptionTS in curRepeatExceptions) {
|
for (exceptionTS in curRepeatExceptions) {
|
||||||
activity.dbHelper.addEventRepeatException(it, exceptionTS)
|
activity.dbHelper.addEventRepeatException(it, exceptionTS)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user