SufficientlySecure / calendar-import-export

Import/export your Android calendars as ics files without using the Google cloud
https://www.schuermann.eu/android/
GNU General Public License v3.0
80 stars 26 forks source link

Re-import: Delete existing calendar content, then import ical file. #92

Closed fhaftmann closed 3 years ago

fhaftmann commented 3 years ago

I am using calendar-import-export in a comparably »extreme« way that involves re-importing an ical file from scratch, i. e. with explicitly deleting any pre-existing entry.

Currently I achieve this indirectly: export, import for deletion; later import for addition.

However this is burdening enough that I am willing to extend calendar-import-export accordingly.

Before attempting this I would consider to transform the whole app from Java to Kotlin using the facilities of Android Developer Studio. Although this by itself does not resolve any architectural problem, the code’s readability and maintainability might improve over time. @dschuermann @jgriffiths You seem to be the most active contributors, I won’t do this without your consensus. What do you think? Prior to that I am willing to go through existing pending pull requests and review them.

dschuermann commented 3 years ago

@fhaftmann you are free to fully take over maintaining of this app :)

@jgriffiths and me haven't commited since 2017.