diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 3a897e6756f3adb144a7d982c2dfc69701ec6669
parent b70ba1f1d409a2480c44af7ec4a501c4aeb37089
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat,  4 Dec 2021 16:41:29 +0100

amend Readme

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -212,3 +212,13 @@ The application requires two [OAuth2 scopes](https://developers.google.com/calen 1. `https://www.googleapis.com/auth/calendar`: read/write access to Calendars - required to discover the unique hyperlink/URI for the calendar specified by the [configuration key](#Configuration-File) `google_calendar` 2. `https://www.googleapis.com/auth/calendar.events.owned`: read/write access to Events owned by the user - allows diary to create/read/update/delete events in `google_calendar` + +## License + +This work uses the MIT License. See [LICENSE](./LICENSE) for details. + +## Contributors + +All source code is available in this repository. Contributions are always welcome! + +For a list of contributors see the [AUTHORS.md](./AUTHORS.md). +\ No newline at end of file