I\'m trying to use Android\'s new calendar API to read all of today\'s calendar events. I\'m have trouble finding the right selection on the database query to return all of
you should be able to add the CalendarContract.Events.ALL_DAY to your selection condition to filter for all ALL_DAY events.