The C# client code has been updated, fixing several bugs in the C#
persistence code. (Release notes below.) Much thanks to Frank Mantek
for his hard work on this, and everyone on this group for all the great
feedback. Keep up the good work!
The latest C# client can be downloaded as part of the client tools
release package, available here:
http://code.google.com/apis/gdata/gdata.zip
We've also fixed several minor inconsistencies in the documentation,
especially with reguards to the interpretation of the start-min and
start-max query parameters. Please check out the updated Calendar API
doc, here: http://code.google.com/apis/gdata/calendar.html
Mark Stahl
-----
What's Changed in C# GData Client v 1.0.2:
- Fixed a problem persisting feedlink elements
- added an AllDay flag to the When class to allow parsing and persting
of all day events
- cleaned up the persistence code in the extension classes
- fixed a problem that resulted in persisting multiple extensionn
objects instead of one
- added a timestamp method to the Tracing class to help measuring
performance in simple cases