Hi all!

I am using .NET and I'm trying to update the title and location of an event 
with an empty string. I'm doing something like:

Where eventLocation = new Where();
entry.Locations.Clear();
eventLocation.ValueString = "";
entry.Locations.Add(eventLocation);

entry.Title.Text = "";

Unfortunately, these are not updated. I've read that thiw was a problem in 
the past and the solution was to put a '.' instead of an empty string, as 
mentioned here: http://code.google.com/p/gdata-issues/issues/detail?id=125

Any solution would be very helpful, thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://code.google.com/apis/calendar/community/forum.html

Reply via email to