calendar-import-export icon indicating copy to clipboard operation
calendar-import-export copied to clipboard

Allow better/precise specification of the file/save directory

Open jgriffiths opened this issue 10 years ago • 8 comments

Currently the user has to guess where the file will end up.

jgriffiths avatar Oct 19 '15 00:10 jgriffiths

We should use ACTION_CREATE_DOCUMENT from https://developer.android.com/guide/topics/providers/document-provider.html for this on Android 4.4.

dschuermann avatar Oct 19 '15 09:10 dschuermann

Dear Dominik, many thanks for developing and maintaining this great piece of software!

Indeed, this feature ist definitely necessary. What's the path at the moment anyway?

android441user avatar Dec 06 '15 18:12 android441user

@android441user The code currently uses Environment.getExternalStorageDirectory() to determine where to put the exported file. The API documentation explains this here.

jgriffiths avatar Feb 10 '16 22:02 jgriffiths

Any news on this topic?

android441user avatar Apr 30 '17 15:04 android441user

Any news on this topic?

sefernet avatar Aug 12 '18 17:08 sefernet

WHERE does my exported file actually end up? I cannot find it anywhere.

baloe avatar Dec 29 '18 12:12 baloe

We need a dynamic path that can be configured.

EDIT: Ok, after seeing https://github.com/SufficientlySecure/calendar-import-export/blob/3fde8881febcb9589bc5532e557ed1ca24548d77/CalendarImportExport/src/main/java/org/sufficientlysecure/ical/SaveCalendar.java#L147-L160 it's clear that I can just put any subpath not just the file name without extension into the Textbox. So I put my sub path to my Syncthing directory in there and it's properly saved the preferences and consequently used.

martin-braun avatar Apr 05 '24 21:04 martin-braun

WHERE does my exported file actually end up? I cannot find it anywhere.

Directly to the base of your internal storage it seems

default-student avatar May 25 '24 16:05 default-student