标签: c# google-calendar-api
我正在使用Google API Version 2 for .NET来创建Google日历条目。我们怎么设置 谷歌日历中的“哪里”?谢谢
答案 0 :(得分:1)
取自http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html#CreatingEvents:
请注意,要设置事件的位置,我们必须首先构造一个Where对象,其ValueString是所需的位置文本。