views:

46

answers:

1

Hi,

I am using Google API Version 2 fo .NET to create Google Calendar Entries. How can we set "Where" in Google Calendar ?

Thanx

+1  A: 

Taken from http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html#CreatingEvents:

Note that to set the event's location, we must first construct a Where object whose ValueString is the desired location text.

Neil Barnwell