I'm writing an iPhone app in which I would like to display a public Google Calendar. I love their mobile interface for Calendar that is available when you log in, but I am wondering if there's a way to display this or a similar interface for public Google Calendars. Currently I'm displaying the desktop version of a public Calendar in a UIWebVIew, but it's hard to work with.
I realize that I could use the google APIs and write my own calendar implementation, but I'd prefer a mobile web interface due to the reduced complexity.