I'm attempting to gather up all currently occurring calendar instances. That is instances, not events nor calendars. I understand how content uris work but they are for querying instances which fall in some time range. I am looking for a way to get instances which begin before now and end after now. Perhaps there is a way to access the table directly like any old sql table?
Extra points if it an be done with a cursor appropriate for populating a ListView with the results.