Shriike
Shriike

Reputation: 1

How do I access the Calendar/Events from Android SDK?

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

Answers (1)

CommonsWare
CommonsWare

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

Related Questions