calendar-import-export
calendar-import-export copied to clipboard
Triggering sync with adb shell command
Hello!
I am trying to script the adb push of my ics file to Android device and then trigger from Linux Bash script / ADB the upload of the ICS file to Android calendar .
So far I tried ICSDroid and failed. ICSDroid does not seem to support any intent I can send to it over ADB to trigger sync: https://forums.bitfire.at/topic/1875/triggering-sync-with-adb-shell-command
Can this be done with "calendar-import-export"? Manifest file does seem to mention Load Calendar intent: https://github.com/PrivacyApps/calendar-import-export/blob/185af643e2c4c73bca56c6183382ed3f54cb3b72/CalendarImportExport/src/main/AndroidManifest.xml
Is this the case? How could one trigger ICS file sync from ADB using "calendar-import-export"?
Thank you!