如何在 UWP 中添加、删除、更新、检索来自奇妙清单和 iOS 日历的约会(任务)数据

How To Add,Delete,Update,Retrieve Appointment(Task) Data From Wunderlist and iOS Calender in UWP

你好朋友我想开发一个应用程序,用户可以在其中添加、更新、删除、检索奇妙清单和 iOS 日历中的约会任务。你知道如何在 UWP(桌面应用程序)中实现它吗? 提前致谢。

Do you have any idea how to implement this in UWP(Desktop Application) Thanks in advance.

你的需求可以参考Manage appointmentsUWP官方文档

Through the Windows.ApplicationModel.Appointments namespace, you can create and manage appointments in a user's calendar app. Here, we'll show you how to create an appointment, add it to a calendar app, replace it in the calendar app, and remove it from the calendar app. We'll also show how to display a time span for a calendar app and create an appointment-recurrence object.

我们也code project您可以直接参考。