I am using the Google APIs Client Library for Java on Android to retrieve public Google Calendar entries:
http://code.google.com/p/google-api-java-client/
I was able to get the Android Calendar example working:
I made a sample Android app that pulls public Google Calendars just fine. The CalendarEntry class has 'title' an 'summary' fields. In my testing, the 'title' field holds the name of the event and the 'summary' field holds the Where and When data stored on Google servers.
How do you get the entry description stored on Google servers (not just the entry name, when, and where)?