has anybody play around with the Android Calendar API yet? Quick glances over the code tell me that I can use it to publish Calendar Entries to my Google Calendar with it. I have difficulties how to get started with it though (it is undocumented). Maybe it doesn't even work. Anybody tried it yet?
Especially I wonder on what the MimeType of a Calendar Entry is (the URI is content:/calendar/events). (Or can I maybe set up an IntentReceiver to catch an Intent based on that URI?)
If I knew this, I could set up my own IntentReceiver to use the GData Apis and still have by Frontend compatible for when the SDK evolves
.If you are not using android.provider.Calendar then how do you deal with Calendar related stuff? Homebrewed your own Calendar Layer? I'm sure google will include a calendar in a future SDK, so I want to use as much google stuff as possible to be able to plugin their calendar at a later time.
Anyone?
Thanks,
Valentin


