A Simple Calendar App for Android
Go to file
bitscuit 5da11d65ae Added link to Play Store in README and added instructions for manual installation 2021-03-28 15:54:09 +02:00
.idea Updated LICENSE to GPL-v3-or-later and added copyright notice in source code 2021-03-06 15:36:53 +01:00
app Bump to v1.1.3 b7 2021-03-28 15:41:20 +02:00
gradle/wrapper Initial code upload 2021-03-06 13:13:51 +01:00
.gitignore Initial code upload 2021-03-06 13:13:51 +01:00
LICENSE Updated LICENSE to GPL-v3-or-later and added copyright notice in source code 2021-03-06 15:36:53 +01:00
README.md Added link to Play Store in README and added instructions for manual installation 2021-03-28 15:54:09 +02:00
build.gradle Initial code upload 2021-03-06 13:13:51 +01:00
gradle.properties Initial code upload 2021-03-06 13:13:51 +01:00
gradlew Initial code upload 2021-03-06 13:13:51 +01:00
gradlew.bat Initial code upload 2021-03-06 13:13:51 +01:00
settings.gradle Initial code upload 2021-03-06 13:13:51 +01:00

README.md

Calendar

A Simple Calendar App for Android

I recently searched for a calendar app on the Android markets, but didn't find one that satisfied my needs. So I created my own 😁. Hope you like it.

About

Calendar can do the following:

  • Add appointments
  • Show appointments for a particular day
  • Easily switch between consecutive days
  • Send reminder notifications for upcoming appointments
  • Create a batch of recurring appointments
  • Send a daily overview notification with your appointments for that day
  • Send sleep reminder notifications (because we're humans and humans don't have the discipline to maintain a regular sleep schedule)
  • Automatically delete old appointments
  • Create and load backups of your appointments
  • Some other small things not worth mentioning

Installation

Calendar is available on the Google Play Store. Visit this page to install the app on your device.

You could also build Calendar from source, but that's a bit more involved:

  • Download the source code: git clone https://git.bitscuit.be/bitscuit/Calendar
  • Open the project in Android Studio.
  • Connect your smartphone to your computer and enable USB-debugging under Developer Settings on your phone.
  • Click the green play button in Android Studio to build and run the code.
  • Calendar is now installed on your phone 🥳

Contributing

Want to help develop Calendar? Awesome!

Feel free to fork this repository, add new features and submit a pull request. Thanks!

Disclaimer

Copyright 2021 Thomas Van Acker

This project is available under the GPLv3 license. This program comes with ABSOLUTELY NO WARRANTY.

I am not resposible for any damage that may be caused by this software. USE AT YOUR OWN RISK.