mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 17:05:59 +03:00
[GH-ISSUE #1002] Calls not appearing in calendar #796
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#796
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mdimjasevic on GitHub (Dec 21, 2019).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/1002
I am using a CalDAV calendar. Please let me know if this is not supported or if I should be using something else. Note this is not a Google calendar.
Expected behaviour
I would expect each made call to appear in a calendar of choice when the Calendar Sync feature of call backups is enabled.
Actual behaviour
There is not a single call recorded in the selected calendar.
Steps to reproduce the behaviour
Please specify the following:
Android 9 / LineageOS 15
Sony Xperia XA2
1.5.11 from F-Droid
The default Android Open Source Project messaging app
@kurahaupo commented on GitHub (Dec 24, 2019):
The short answer is "probably not".
SMS Backup+ uses the Android calendar API, so if your device can be configured to connect to a non-Google calendar underneath that API (so that it's accessible to any calendar app that uses the Android API), then yes; otherwise no.
I note that Sony is, shall we say, not known for being encouraging of software diversity, so I would err on the side of guessing no.
@kurahaupo commented on GitHub (Dec 24, 2019):
Just to clarify: I'm not the principal developer; for the definitive word wait for @jberkel .
Specifically it uses
android.content.ContentResolverAPI with theandroid.provider.CalendarContract.Calendars.*andandroid.provider.CalendarContract.Events.*parameter definitions.@kurahaupo commented on GitHub (Dec 24, 2019):
You could consider running a GoogleCalendar/CalDAV sync separately from SMS Backup+; you might find https://www.maketecheasier.com/sync-caldav-carddav-android/ useful.
@mdimjasevic commented on GitHub (Dec 24, 2019):
@kurahaupo , to what is this an answer?
Synchronising a CalDAV calendar to another device is, as far as I can tell, a separate topic (though I do use DAVx5 and OpenTasks, just like it is recommended in the link you provided in another comment).
I am not sure how to interpret your comments. Are these notes for whomever might be adding support for synchronizing call logs to a non-Google calendar?
@kurahaupo commented on GitHub (Jan 3, 2020):
I was responding to:
My guess is that directly synchronizing to a CalDAV calendar isn't likely to be high on @jberkel 's list of development priorities, and I don't have the testing facilities to take on development work right now either.
However if someone else writes a patch, I'm sure it would be welcome.