seedvault
seedvault copied to clipboard
Backup local calendars
A copy of https://github.com/seedvault-app/seedvault/tree/android13/contactsbackup basically, but for Calendar
Etar supports creating a local calendar account.
Reference links:
- https://android.googlesource.com/platform/packages/providers/CalendarProvider/+/9e49d121ea2491aee140a350630ce21ce2c2e89e%5E%21/#F0
- https://github.com/Etar-Group/Etar-Calendar/blob/master/app/src/main/java/com/android/calendar/persistence/CalendarRepository.kt ->
CalendarContract.ACCOUNT_TYPE_LOCAL
Previous, related tickets: https://github.com/seedvault-app/seedvault/issues/254 https://github.com/seedvault-app/seedvault/issues/194
Is someone working on this? If not I'd like to implement this.
Not that I know of. It would be a great isolated piece of work. Thanks!
Might make sense to share your implementation plan here before, to make sure it matches what we had in mind and is mergable.