Uri calendars = Uri.parse("content://com.android.calendar/events");
String[] projection = new String[] {
"_id",
"title",
"eventLocation",
"description",
"dtstart",
"dtend",
"allDay",
"hasAlarm",
"ownerAccount",
"calendar_id",
"rrule",
"duration",
"eventStatus",
"original_id"
} ;
이쪽에서 구글캘린더 폴더를 알수잇는 방법은 없나요?

빨간네모칸에 있는 폴더를 얻을수 있는방밥은 없을까여?