Ebeo / google-gdata

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

AttendeeType is always null after event insert. #418

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the attached application
2. Note the attendee type returned is null

What is the expected output? What do you see instead?
The attendee type should be returned as Who.AttendeeType.EVENT_REQUIRED, but 
this field is null. Wireshark shows this field is not returned by the server. 
Why?

What version of the product are you using? On what operating system?
GData 1.6

Please provide any additional information below.

Original issue reported on code.google.com by steve.wa...@gmail.com on 27 Aug 2010 at 7:00

Attachments:

GoogleCodeExporter commented 9 years ago
Hello Steve,

This is in fact a bug in the Calendar API and not the client library because 
the syncEvent field was set to true. If this is not required, please do not set 
this field (or set it to false).
Please not that you can set the Event UID without having to set syncEvent to 
true and the default value for AttendeeType is EVENT_REQUIRED (null <=> 
EVENT_REQUIRED).

Best,
Alain
Google Apps API Team

Original comment by ala...@google.com on 17 Dec 2010 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by ccherub...@google.com on 4 Feb 2011 at 2:55