MS-2017-2 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
0 stars 0 forks source link

Reminder to record (with Google calendar) #23

Closed lima-eduardo closed 5 years ago

lima-eduardo commented 6 years ago

Integration with Google Calendar may need API 23 or later. Trying to upgrade the app to version 23.

lima-eduardo commented 6 years ago

Fails. Trying again later.

lima-eduardo commented 6 years ago

Trying again, reading: https://developers.google.com/google-apps/calendar/quickstart/android

lima-eduardo commented 6 years ago

https://developer.android.com/guide/topics/providers/calendar-provider.html

lima-eduardo commented 6 years ago

Calendar Provider seens a better solution since it don't need credentials. It opens a intent with the Google Calendar. Stopping for now.

lima-eduardo commented 6 years ago

Created branch 'issue#23' to try somethings.

lima-eduardo commented 6 years ago

Another tutorial: https://www.grokkingandroid.com/intents-of-androids-calendar-app/