I want to create an event into the calendar from my app. I can start a new event activity with:
Intent intent = new Intent(Intent.ACTION_EDIT).setData(uri);