carolinux / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 1 forks source link

CalendarEntry object has no color value #526

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cal = client.GetCalendarEntry(cal_href_of_your_choice)
2. print cal (prints xml, notice the color tag <ns2:color value="#853104" 
xmlns:ns2="http://schemas.google.com/gCal/2005" />
)
3. print cal.color

What is the expected output? What do you see instead?

Expected:
> #853104

What happens:
> None

Please use labels and text to provide additional information.

Original issue reported on code.google.com by a...@sheepdoginc.ca on 4 Jul 2011 at 1:26

GoogleCodeExporter commented 9 years ago
Hello,

This issue has been fixed (as well as others related to the XML namespace 
"http://schemas.google.com/gCal/2005") has been fixed in the repository.

http://code.google.com/p/gdata-python-client/source/checkout

Best,
Alain

Original comment by ala...@google.com on 6 Jul 2011 at 9:35