Started on Stack Overflow, but I figured getting more eyes on this topic would be beneficial.
How would I go about having the user select an event from their Calendar app? (or the calendar database in general I suppose)
As you can read in the Stack Overflow post, the Android Calendar app doesn't have support for an
ACTION_PICK intent.
I guess I have to dump user's calendars into my app; this sounds extremely messy. What's the best way to do it?
Thanks!
Kevin