I am creating a task organizer for my android device. I am trying to allow the organizer to schedule its tasks on the gmail calendar directly from my created app. Every time I search for this I get results on how to use google apps, not the ability to integrate them within my own app. I know this information must exist somewhere. Is it possible someone can point me in the right direction or shed some light on this situation in general. Thank you.
Asked
Active
Viewed 54 times
1 Answers
1
You will want to use the google calendar API: https://developers.google.com/google-apps/calendar/

Tom Whittock
- 4,081
- 19
- 24
-
Thank you this seems to be exactly what I need! – user1842902 Nov 21 '12 at 18:22