How do I find the text color for an event, when querying through CalendarContract? I see there's a column DISPLAY_COLOR, which appears to reliably provide the background color. I do not see any column for the text color anywhere in the plethora of CalendarContract tables.
Judging by the palette choices in the stock calendar, white text should work for all. However, it seems wrong to hard code "white".
Any better ideas?