mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Delete deleted CalDAV exception events
This commit is contained in:
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user