I'm writing a VERY simple clock to run on an old tablet using Android Studio - it displays the current time and day (I'm retired and regularly forget what day it is). I want to add the first calendar event for the current day to the display so it goes something like:
7.30
Tuesday
10.30 Discussion Group
Like a lot of functions in Andriod, doing something really simple still means digging into all sorts additional layers of code, plug-ins, permissions and so on and I haven't been able to find a worked example of how I read the calendar (on the tablet or direct from google) and display an event. Can anyone point me in the right direction?
Marshal