Taggoogle calendar api

Google Calendar – Calendar API

G

Step 1: Acquire a SHA1 fingerprint Step 2: Turn on the Google Calendar API Step 3: Create a new Android project Step 4: Prepare the project Open the app build.gradle file and add dependencies  content with the following: compile('com.google.api-client:google-api-client-android:1.23.0') {         exclude group: 'org.apache.httpcomponents'     }     compile('com.google.apis:google-api-services...

Category