srinu_chemiti
New Member
I just started using Android for app development. I wanted to pull in my calendar events from Google Calendar and then use them for running a counter with the phone's time. As in: If an event starts at 6.00 pm and ends at 7.00 pm:then if phone time <6.00 pm then print "Time till event" + time left till event \[code\] if phone time >6.00 pm but < 7.00 pm then print "Time left" + time till 7.00\[/code\]Can someone point me to some resource which enables me to do that? I primarily use Java for development and was hoping to utilize some available library which simplified this operation. Thank you!