本文介绍了阅读生日(通过约会和通过联系人)最初来自Facebook的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用"Appoinments.SearchAsync"方法为我提供了帐户的所有约会,包括我的(Outlook/Live)生日日历中的所有生日.

Using the "Appoinments.SearchAsync" method gives me all appointments of my account, including all birthdays in my (Outlook/Live) birthday calender.

然后,我注意到,使用这种方法并不能完全交付日历中所有这些生日(来源是Facebook).它没有给我任何主题,并且属性"IsPrivate"设置为true.

I then noticed, that all those birthdays in this calender, where the source is Facebook are not fully delivered by using this method. It gives me no subject and the property "IsPrivate" is set to true.

因此,我尝试了变通方法,并从我的联系人列表中并行加载了所有联系人(使用Contacts.SearchAsync),以找到一个匹配的联系人,用于没有主题的约会.

So I tried I workaround and parallel loaded all the contacts (using Contacts.SearchAsync) from my contact list to find a matching contact for appointments with no subject.

但是随后又发生了另一个令人失望的事情:我很好地收到了我的所有联系人,但是来自Facebook的那些联系人又被送去了,没有生日... hmpf

But then another disappointment occured: I well receive all my contacts, but those contacts coming from Facebook are again delivered without birthday ... hmpf

这是一个已知问题吗?有任何解决方法吗?

Is this a known issue? Are there any Workarounds for this?

推荐答案


这篇关于阅读生日(通过约会和通过联系人)最初来自Facebook的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 03:49