Use display name in addition to account owner as default calendar name

The old version only saved the owner of the calendar upon creating or
editing an event as default for a new event. But this is not unique, as
there could be multiple calendars by the same owner. The new version
uses the display name as well.
2 files changed
tree: 3d8ba509e9244353850c936eb86b252e3c1069f3
  1. assets/
  2. extensions_src/
  3. external/
  4. libs/
  5. res/
  6. src/
  7. tests/
  8. .classpath
  9. .gitignore
  10. .gitmodules
  11. Android.mk
  12. AndroidManifest.xml
  13. build.gradle
  14. CleanSpec.mk
  15. fix_strings_and_import.py
  16. ic_launcher-web.png
  17. mkprojectfile
  18. MODULE_LICENSE_APACHE2
  19. NOTICE
  20. proguard.flags
  21. project.properties
  22. README.md
  23. settings.gradle
README.md

![Etar Calendar](./assets/_pre_prod/Feature Graphic.png) #Etar Calendar Etar (from Arabic: إِيتَار) is an open source material designed calendar made for everyone!

Etar Calendar

##Why? Well, I wanted a simple, material designed and state of the art open source calendar that anyone can make it better.

##Special thanks

The application is an enhanced version of AOSP Calendar. Without the help of Free Software for Android team, this app would be just a dream. So thanks to them!

##Features

  • Month view.
  • Week, day & agenda view.
  • Uses Android calendar sync. Works with Google Calendar, Exchange, etc.
  • Material designed.
  • Agenda widget.

Contribute

Translations in Google Play app description

You can update/add your own language here. Also, all artwork files are available here

Build instructions

git submodule init
git submodule update

gradle build

How this was done