paterson / google-api-objectivec-client

Automatically exported from code.google.com/p/google-api-objectivec-client
0 stars 0 forks source link

Calendar event's colorID property #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Query calendar's color set.
2. Query calendar's events.
3. Get event's colorId property.

What is the expected output? What do you see instead?
 : When event's color is first color(not calendar's color)
   colorId is Null.(Same as no event color.)

What version of the product are you using? On what operating system?
Xcode 4.2 and 4.3 beta. iOS5 and iOS5.1 beta

Original issue reported on code.google.com by minsuman...@gmail.com on 18 Feb 2012 at 7:32

GoogleCodeExporter commented 9 years ago
This sounds like a Calendar API issue, unrelated to the Objective-C library.

Original comment by grobb...@google.com on 18 Feb 2012 at 4:12

GoogleCodeExporter commented 9 years ago
It seems google added some colors  recently, so there are 11 colors for 
calendar event now.
But api for getting colors only returns 8 colors. :(

Original comment by minsuman...@gmail.com on 19 Feb 2012 at 11:12

GoogleCodeExporter commented 9 years ago
Try asking about this in the Calendar API forum.

http://code.google.com/apis/calendar/community/forum.html

Original comment by grobb...@google.com on 19 Feb 2012 at 5:08

GoogleCodeExporter commented 9 years ago
Google api Calendar returns 11 colors but when you insert or update it 
nullifies the colored and throws error, if we do not add ColorId for the event 
the event is created with no problems.

Original comment by ShivaniC...@gmail.com on 12 Feb 2014 at 7:46