Android: How To Interface With Google Calendar?
I am building an app for Android 2.1 that provides notifications based on calendar events. But I'm aware there are issues with the Calendar API not being readily available / stable
Solution 1:
Your best bet for interfacing with Google Calendar is to use version 2 of the GData library. There are a few examples on that page on how to use the Picassa API with Android, but the Calendar APIs should be fairly similar to use.
Post a Comment for "Android: How To Interface With Google Calendar?"