Hi, On 25 Mai, 19:18, Michael MacDonald <googlec...@antlersoft.com> wrote: > This is why Google begs, pleads and cajoles you not to use unpublished > APIs-- they will change without notice, which creates a bad user > experience and poisons perceptions of the whole platform. When you use > an unpublished API, you are hurting every Android developer.
Tell me if I am wrong, but Google tells us, there is a content provider for calendar: http://developer.android.com/guide/topics/providers/content-providers.html There you can read: "Similarly, the URIs for the table of recent phone calls and the table of calendar entries are: android.provider.CallLog.Calls.CONTENT_URI android.provider.Calendar.CONTENT_URI" There is even a permission for read and for write to the calendar, so I think > From your description, it sounds like Google probably saw the app's > ability to access the calendar without going through the account log-in > page as a security flaw, and closed it. you are wrong. The user accepts that I work with his calendar, the same way it's no security hole if I work with his emails, after the app requests permission on install and is granted permission. Greetings, Andreas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en