This app allows you to import and export your calendars using ics files without using Google synchronization services.
See also the CHANGELOG.
| Google Play | F-Droid |
For more information, see http://sufficientlysecure.org/android/.
- Run the Android SDK Manager (shell command:
android
) - Expand the »Extras« directory and install »Android Support Repository«, »Android Support Library« and »Google Repository«.
- Make sure the ANDROID_HOME environment variable is set and points to your Android SDK
install directory (shell command
export ANDROID_HOME=~/AndroidSDK/
) - Make sure the Android SDK directories »platform-tools«, and »tools« are in your
PATH (shell command
export PATH="$ANDROID_HOME/platform-tools/:$ANDROID_HOME/tools/:$PATH
)
- Run the Gradle wrapper (shell commands
./gradlew build
,./gradlew clean
etc) - Run
./gradlew --help
for help and./gradlew tasks
for a list of available build tasks - If needed, edit »CalendarImportExport/build.gradle« to change the »compileSdkVersion« and/or »buildToolsVersion« numbers to match what you installed using the SDK Manager
- If needed, edit »CalendarImportExport/build.gradle« to change the »com.android.support:support-v4« version number to match the version of »Android Support Library« you installed using the SDK Manager
- Start Android Studio
- Choose the »Import project« option.
- Select the »build.gradle« file in this directory and click OK.
- Once imported, use the build action from the »Build« menu.
Fork the git repository, make changes and submit a pull request with the details.
Bugs can be raised at Github.
Translations can be submitted at Transifex.
Calendar Import/Export is licensed under the GPL v3+. The file LICENSE includes the full license text.
Calendar Import/Export is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Calendar Import/Export is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Calendar Import/Export. If not, see http://www.gnu.org/licenses/.
Making a RELEASE.