gpt4 book ai didi

c# - 通过扩展属性查询 Google API 联系人

转载 作者:行者123 更新时间:2023-11-30 18:06:37 26 4
gpt4 key购买 nike

我使用名为 extcod 的外部代码属性将应用程序中的联系人上传到 Google 通讯录。

ExtendedProperty property = new ExtendedProperty();
property.Name = "http://www.example.com/schemas/2005#mycal.extcod";
property.Value = item["ana_id"].ToString();
newEntry.ExtendedProperties.Add(property);

现在我想通过扩展属性 extcod 搜索 Google 联系人。但我不明白如何使用 ContactsQuery 类来设置使用 ExtendedProperty 的 where 条件。

最佳答案

您将不得不使用 ContactsQuery 的“查询”属性: http://code.google.com/p/google-gdata/source/browse/trunk/clients/cs/src/core/feedquery.cs#361

这将用作发送全文查询的“q=”查询参数。 Google Contacts API v3 支持对包含扩展属性的每个文本字段进行全文查询。遗憾的是,无法仅发送对扩展属性的查询。

最好的,阿兰

关于c# - 通过扩展属性查询 Google API 联系人,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4689111/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com