it would be very useful if it could handle simple view intent, like:
...
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("content://com.android.calendar/events/" +_id);
...
the edit event view is already there, so I think the only thing missing is to link them together.
it would be very useful if it could handle simple view intent, like:
...
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("content://com.android.calendar/events/" +_id);
...
the edit event view is already there, so I think the only thing missing is to link them together.