Hi

I'm writing a Java swing application to customize calendar views. In
the following snippet of Java source code a color value of  #5229A3
works but a color value of #5229A4 does not.

ColorProperty colorProperty = calendarEntry.getColor();
colorProperty.setValue("#5229A4");
calendarEntry.update();

Below is the top of the exception I'm receiving when using a color
value of #5229A4:

com.google.gdata.util.InvalidEntryException: Bad Request Invalid
color: #5229A4

Are there restrictions on the colors you can use with the
CalendarEntry ColorProperty?

Thanks, PLA

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to