Reputation: 13
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.
Upvotes: 1
Views: 58
Reputation: 4220
You will want to use the google calendar API: https://developers.google.com/google-apps/calendar/
Upvotes: 1