我正在开发一个 Windows 8 C#/XAML 应用程序,我想通过它将约会添加到日历中。
- 如何将约会添加到我的直通代码?
- 如何访问日历 API?
- 可用于添加约会的各种选项有哪些?
You can use the AppointmentManager class to work with the calendar & ShowAddApointmentAsync method will allow you to add to the calendar.
没有直接的。日历显示来自 Hotmail、Google 或 Exchange 等服务的条目。您必须使用其中一个 API 将条目添加到用户正在使用的特定日历中。例如,这里是Hotmail 日历的 API。