[GH-ISSUE #1112] Calendars created on android 15 cannot be selected #891

Open
opened 2026-02-26 01:32:14 +03:00 by kerem · 3 comments
Owner

Originally created by @danielegobbetti on GitHub (Mar 22, 2025).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/1112

Hello,
I noticed the bug mentioned in the title.

In a local build I verified that changing line
https://github.com/jberkel/sms-backup-plus/blob/master/app/src/main/java/com/zegoggles/smssync/calendar/CalendarAccessorPost40.java#L82

               CalendarContract.Calendars.NAME,

To:

               CalendarContract.Calendars.CALENDAR_DISPLAY_NAME,

Correctly shows all calendars.

Originally created by @danielegobbetti on GitHub (Mar 22, 2025). Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/1112 Hello, I noticed the bug mentioned in the title. In a local build I verified that changing line https://github.com/jberkel/sms-backup-plus/blob/master/app/src/main/java/com/zegoggles/smssync/calendar/CalendarAccessorPost40.java#L82 > CalendarContract.Calendars.NAME, To: > CalendarContract.Calendars.CALENDAR_DISPLAY_NAME, Correctly shows all calendars.
Author
Owner

@ltguillaume commented on GitHub (Nov 4, 2025):

Android 16
SMS Backup+ 1.5.11 and 1.6.0-BETA2

Confirmed to some extent:
Calendars created using DAVx5 are not listed by SMS Backup+ anymore, but all calendars coming from ICSx5 (which are all read-only subscriptions) are listed, which makes no sense...

<!-- gh-comment-id:3488159523 --> @ltguillaume commented on GitHub (Nov 4, 2025): Android 16 SMS Backup+ 1.5.11 and 1.6.0-BETA2 Confirmed to some extent: Calendars created using DAVx5 are not listed by SMS Backup+ anymore, **but** all calendars coming from ICSx5 (which are all **read-only subscriptions**) _are_ listed, which makes no sense...
Author
Owner

@sshaikh commented on GitHub (Nov 4, 2025):

If it helps, the change in this report fixed the issue for me. But you would have to make your own build.

<!-- gh-comment-id:3488176701 --> @sshaikh commented on GitHub (Nov 4, 2025): If it helps, the change in this report fixed the issue for me. But you would have to make your own build.
Author
Owner

@ltguillaume commented on GitHub (Nov 4, 2025):

No chance of this getting merged @jberkel @kurahaupo?

<!-- gh-comment-id:3488202763 --> @ltguillaume commented on GitHub (Nov 4, 2025): No chance of this getting merged @jberkel @kurahaupo?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sms-backup-plus-jberkel#891
No description provided.