Been struggling a couple of hours now with Device Calendar. It can not return any calendars that are on the device. I added the following permissions on the build hints in case it needed that.
android.permission.READ_CALENDAR android.permission.WRITE_CALENDAR
The following is my code for this
DeviceCalendar dc = DeviceCalendar.getInstance();
dc.getCalendars();
Its returning a null. This means i can't read or write to the device calendars.