简体   繁体   English

如何使我的应用程序成为Windows Phone中的日历数据源?

[英]how to make my app as calendar data source in windows phone?

I am creating an app which has its own calender. 我正在创建一个具有自己的日历的应用程序。 So any event added to that calendar should also be shown in the original calendar in windows phone 8. This is what happens if we add facebook to my phone. 因此,添加到该日历的任何事件也应显示在Windows Phone 8的原始日历中。如果我们将facebook添加到我的手机,就会发生这种情况。 Facebook becomes one of the data source of the calendar. Facebook成为日历的数据源之一。 I want my app to also become a source. 我希望我的应用也成为源。 How to do it ? 怎么做 ?

Any other trick that might solve my problem here ? 还有其他技巧可以解决我的问题吗?

Use the SaveAppointmentTask as described here: 按照以下说明使用SaveAppointmentTask:

SaveAppointmentTask SaveAppointmentTask

Note that Windows Phone allows limited interaction with the Calendar app. 请注意,Windows Phone允许与“日历”应用程序进行有限的交互。 You can insert new appointments, but are not allowed to modify or delete existing ones. 您可以插入新约会,但不允许修改或删除现有约会。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM