Oscar Moncayo
Oscar Moncayo

Reputation: 188

Get calendar events from google business account

At this moment I can get events from a calendar using a Gmail account without any inconvenience. For this I use a AccountChooser and GoogleAccountCredential to obtain the information and permissions necessary to synchronize correctly in an android application. But when I try to use a google business account ([email protected]), it asks me to install GoogleDevicePolicy App and unless I install and configure this app, it does not allow me to synchronize the calendar of this account and by conclusion I can not get the events of this calendar . How can I get events from this calendar?

Upvotes: 0

Views: 60

Answers (1)

ReyAnthonyRenacia
ReyAnthonyRenacia

Reputation: 17613

Try to follow Google's instruction and do what it's asking you to do, i.e., install the GoogleDevPolicy App. This is a security measure since your email is non-Gmail.

The Google Apps Device Policy app enforces security policies on your Android device to protect it and make it more secure.

Some organizations require their users to install the Google Apps Device Policy app on their device. Failure to install the app may block your mail, calendar, and contacts from syncing with your device.

Upvotes: 1

Related Questions