Pick an event

Action: 
android.intent.action.PICK
Input: 
Mandatory: supply a list of events with mime-type of "vnd.android.cursor.dir/event" and columns as follows: "_id": event id (long), "title": a string, "dtstart": the start time (long, milliseconds since Unix epoch), "calendar_id" (int)
Output: 
The id of the selected event and the date of that event.

Pick an event using a calendar based interface. Also returns the event's date.

Applications providing Pick an event

Titlesort icon Provides intent actions Provides intent URIs Uses action Uses URI Description
OI Calendar Picker

Pick dates and events.