This project is no longer maintained. For a replacement consider Etar.
Some people do not have the open source calendar from AOSP and are forced to use either the proprietary Google Calendar from Google Play or the shipped crippled calendar from e.g. Samsung.
I made a repository to build the AOSP calendar without the need to build the whole Android OS. It has a different package name to prevent conflicting with “com.android.calendar”.
git submodule init
git submodule update
gradle build
- see build.gradleand the modifications toAndroidManifest.xml
- fix_strings_and_import.pywas created to fix a build problem and rename imports of R.java
- get time zone data from http://www.iana.org/time-zones write backwardandzone.tabto assets and to assets of https://github.com/dschuermann/standalone-calendar-timezonepicker
- comment out code in https://github.com/dschuermann/standalone-calendar-frameworks-ex