Closed GoogleCodeExporter closed 9 years ago
Same problem occurs for the CalendarEntry.Selected property. When setting
either,
the problem occurs.
Exception I received...
Execution of request failed:
http://www.google.com/calendar/feeds/default/owncalendars/full?
gsessionid=ZRausjDGgsBTgDCflc9jLQ
"The remote server returned an error: (400) Bad Request."}
System.Exception {System.Net.WebException}
Original comment by geoffvan...@hotmail.com
on 31 Jan 2010 at 8:01
I get the Response Stream By Following the directions in the Wiki "Error
Handling"
http://code.google.com/p/google-gdata/wiki/ErrorHandling
which is what gave me the "[Line 4, Column 81, element gCal:hidden] Invalid
boolean value: 'False'"
try that method and see what it tells you...
I have not tracked down where the problem lies...
Original comment by trspraypaint
on 31 Jan 2010 at 10:44
I have no idea when that was fixed, but if you sync the code from subversion,
what happens is that constants
will be used instead of runtime conversion, and xsdtrue/false are defined as
"true" and "false", so that problem is
gone.
Original comment by fman...@gmail.com
on 1 Feb 2010 at 9:08
I had this problem too. Using Wireshark, I found that the server did not want
me to
set a color : the message for the 400 Bad Request was bad color #FFB622
Not setting the color and the 400 Bad Request disappeared.
Original comment by matthieu...@gmail.com
on 16 Feb 2010 at 8:51
@matthieu
http://code.google.com/apis/calendar/data/2.0/reference.html#gCalcolor
Original comment by trspraypaint
on 16 Feb 2010 at 1:06
[deleted comment]
Source... you will have to compile the whole API Lib to work with the updated
API's
Original comment by trspraypaint
on 13 Mar 2010 at 7:11
DoH! You have to use ONLY the colors they have set forth in the reference
guide... I
ended up making my own Color Picker Control
Original comment by trspraypaint
on 13 Mar 2010 at 7:14
I just downloaded the latest DLL from SVN; dated February 15th 2010; the source
is no
where near that date, still kind of old. Checked the Debug folder as well and
they
are the same date.
Using C#, this error is still occurring when setting
calendar.Hidden = false;
Original comment by ken.j.da...@gmail.com
on 13 Mar 2010 at 7:22
I will review this again, maybe the fix got overridden.
Original comment by fman...@gmail.com
on 16 Mar 2010 at 12:39
I just tried. I modified CalendarOwnCalendarsTest in caltest.cs to not only set
hidden to false, but to then set it to
true and update. Works just fine, sending the right set of strings over the
wire. I can only imagine that you are
using old versions of the DLL that still have the bug.
Original comment by fman...@gmail.com
on 24 Mar 2010 at 10:08
Original issue reported on code.google.com by
trspraypaint
on 27 Jan 2010 at 9:07