How to create a scalable calendar service backend for an Android app?

自闭症网瘾萝莉.ら 提交于 2019-12-10 13:48:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!