1
votes

I'm building a project in Android Studio and I want to create and display events of a specific calendar from the user's Google Calendar Account.

I've search intensively and I can not seem to find information about the use of the calendar API specifically in Android.

Google guide for Calendar API

Would appreciate if someone could give me a little push to find the right way to do this.

1
read this file and explore the sample project. Hope it helps youRutvik Bhatt

1 Answers

0
votes

If you do not want to use any existing SDK I recommand you to read these docs:

You can also use this API explorer (but it can be a little bit outdated).