Reputation: 1
I am trying to write an app that relies on Calendar events. I was going to write it as a service, and just have it check the calendar from time to time, but I found out that the SDK does not offer direct access to the Calendar yet. So is there any other way to access Events?
Maybe a broadcast when an event starts and stops? Something like that, I'm not sure.
Upvotes: 0
Views: 1910
Reputation: 1006799
So is there any other way to access Events?
The same way you would outside of Android, using Google GData APIs for Google Calendar.
Upvotes: 2