【发布时间】:2010-06-22 22:55:44
【问题描述】:
我正在使用 .NET 的 Google API 第 2 版来创建 Google 日历条目。我们如何设置 Google 日历中的“哪里”?
感谢
【问题讨论】:
我正在使用 .NET 的 Google API 第 2 版来创建 Google 日历条目。我们如何设置 Google 日历中的“哪里”?
感谢
【问题讨论】:
取自http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html#CreatingEvents:
请注意,要设置事件的位置,我们必须首先构造一个 Where 对象,其 ValueString 是所需的位置文本。
【讨论】: