Xaml 如何在windows Phone 8.1通用应用程序中访问日历

Xaml 如何在windows Phone 8.1通用应用程序中访问日历,xaml,windows-phone-8.1,win-universal-app,Xaml,Windows Phone 8.1,Win Universal App,我正在寻找一些例子,如何访问windows phone 8.1通用应用程序中的windows phone日历。我在WindowsPhone8.1Silverlight中找到了一篇关于如何读取日历数据的文章 有没有办法在windows phone 8.1通用应用程序中读取日历?您可以使用约会概念在windows通用应用程序中处理日历事件 appointmentStore=await AppointmentManager.RequestStoreAsync(AppointmentStoreAcces

我正在寻找一些例子,如何访问windows phone 8.1通用应用程序中的windows phone日历。我在WindowsPhone8.1Silverlight中找到了一篇关于如何读取日历数据的文章


有没有办法在windows phone 8.1通用应用程序中读取日历?

您可以使用约会概念在windows通用应用程序中处理日历事件

appointmentStore=await AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType.AppCalendarsReadWrite)

欲了解更多信息,请点击此处