Is it possible to create a new Google calendar from an Android App?

1

I want to create a Google calendar programmatically that is synchronized with the Google account.

I've been searching and using ContentProvider allows you to create local calendars with type ACCOUNT_TYPE_LOCAL that do not allow synchronization. I have read that using SyncAdapters can be done but the information I found is very vague and has not clarified anything.

If anyone knows how to do this and can give me some guidelines to follow or some example I will be grateful.

    
asked by Joacer 09.09.2016 в 12:30
source

0 answers