Any way to use some of the preset colors provided by google calendar while creating events by configuring ContentValues.
I tried using
ContentValues event = new ContentValues();
event.put("eventColor", 0xffff3300);
But this changes back to default on click of the event