c# - 如何使用 Google API 版本 2 在 Google 日历中添加 “Where” 条目

标签 c# google-calendar-api

我正在使用 .NET 的 Google API 版本 2 创建 Google 日历条目。我们如何设置 Google 日历中的“哪里”?

谢谢

最佳答案

取自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.

关于c# - 如何使用 Google API 版本 2 在 Google 日历中添加 “Where” 条目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3094282/

相关文章:

javascript - 节点.js。 freebusy 查询缺少 timeMin 参数。谷歌日历 API

c# - 在 WPF 中绑定(bind)两个依赖属性

google-calendar-api - 生成 Google Hangouts session URL

php - 服务器的 Google API 身份验证

c# - 无法创建 Google.Apis.Services.BaseClientService 的实例

node.js - Google Calendar API v3 服务帐户在创建事件时不发送通知

c# - .NET 核心 MVC View 模型

c# - 容易吗?在 C# 中使用变量访问对象的属性

c# - 无效的符号种类 : NamedType

c# - 是否存在您不想处置超出范围的 IDisposable 对象的情况?