thamvn07 / google-gdata

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

Calendar Insertions and Updates Fail #335

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a CalendarService in compliance with the Google calendar API.
2. Create a CalendarEntry and populate required fields.
3. Call an Insert command on the calendar service and with the entry and a
valid URI.

What is the expected output? What do you see instead?
Expected to get back a valid CalendarEntry object from the application
identical to a newly created calendar on the Google Calendar Server.
Instead, I get a GDataRequestException.

What version of the product are you using? On what operating system?
Current available SDK build (C# with .NET 2.0 build I think), on Windows 7.

Please provide any additional information below.
The same problem is caused when you call an Update() command on an existing
CalendarEntry object. And even a copy and paste of the sample code on the
API documentation page fails.

Original issue reported on code.google.com by swiftless on 16 Feb 2010 at 6:05

GoogleCodeExporter commented 8 years ago
Can you please get the ResponseString property of that exception and paste it 
in here. 

Thanks

Frank Mantek

Original comment by fman...@gmail.com on 16 Feb 2010 at 8:56

GoogleCodeExporter commented 8 years ago
Sure thing, here is the ResponseString property.

"[Line 3, Column 81, element gCal:hidden] Invalid boolean value: 'False'"

Cheers,
Donald Urquhart

Original comment by swiftless on 17 Feb 2010 at 6:18

GoogleCodeExporter commented 8 years ago
That was fixed a while ago in the codebase. Sync to svn, get either the 
complete code and build the DLLs 
yourself, or just pick the DLLs you need out of the LIB directory.

Regards

Frank Mantek

Original comment by fman...@gmail.com on 17 Feb 2010 at 7:17

GoogleCodeExporter commented 8 years ago
Oh, ok. Will do.

Thanks,
Donald Urquhart

Original comment by swiftless on 17 Feb 2010 at 8:36