Delete deleted CalDAV exception events
This commit is contained in:
parent
cd432b9ea6
commit
0ba02b9051
|
@ -276,7 +276,7 @@ class CalDAVHelper(val context: Context) {
|
||||||
// delete the deleted exception event from local db
|
// delete the deleted exception event from local db
|
||||||
val storedEventId = context.eventsDB.getEventIdWithImportId(importId)
|
val storedEventId = context.eventsDB.getEventIdWithImportId(importId)
|
||||||
if (storedEventId != null) {
|
if (storedEventId != null) {
|
||||||
eventsHelper.deleteEvent(storedEventId, false)
|
eventsHelper.deleteEvent(storedEventId, true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue