1

我正在开发一个 Windows 8 C#/XAML 应用程序,我想通过它将约会添加到日历中。

  1. 如何将约会添加到我的直通代码?
  2. 如何访问日历 API?
  3. 可用于添加约会的各种选项有哪些?
4

2 回答 2

2

You can use the AppointmentManager class to work with the calendar & ShowAddApointmentAsync method will allow you to add to the calendar.

于 2014-06-06T12:42:26.083 回答
-2

没有直接的。日历显示来自 Hotmail、Google 或 Exchange 等服务的条目。您必须使用其中一个 API 将条目添加到用户正在使用的特定日历中。例如,这里是Hotmail 日历的 API

于 2013-02-26T05:05:02.607 回答