问题
We want to maintain a calendar on our server for each user of an Android app to which the user only has a read-only access.
That could lead to our server creating >1000 calendars per day sometimes.
If we used a Calendar API like Google's, that would mean creating these many calendars per day from our app's service account. But Google currently restricts the number of calendars created per account to 25 / day and they don't even increase this quota for paid Google Apps accounts (I checked).
So what could be a possible solution for us in this case? Do any other platforms have a more scalable API that we could use?
来源:https://stackoverflow.com/questions/30686936/how-to-create-a-scalable-calendar-service-backend-for-an-android-app