I\'m creating a Universal Windows Application in windows 10 using C# which manages appointments in the Windows Calendar App. I am able to add appointments, and can edit or d
According to MSDN:
Through the Windows.ApplicationModel.Appointments namespace, you can create and manage appointments in a user's calendar app.