Reading all of today's events using CalendarContract - Android 4.0+

前端 未结 5 937
日久生厌
日久生厌 2020-12-16 01:04

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

5条回答
  •  时光说笑
    2020-12-16 01:36

    you should be able to add the CalendarContract.Events.ALL_DAY to your selection condition to filter for all ALL_DAY events.

提交回复
热议问题