Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have successfully employed the Windows.ApplicationModel.Appointment class within my application in order to create/update and delete appointments in the phones calendar.

However I understand that by setting the Uri property of the Appointment class to that of my app's I can get the calender to inform my application of any editing actions it performs upon the data that my app sent it.

In my applications App.Manifest I have created a protocol named simply "pfmedmon" and I have tried setting the Appointment.Uri to "pfmedmon://" but have not been able to receive a callback from the calender app.

I am looking to catch this within my App.xaml.cs OnActivated event.

Any clues as to where I have gone wrong very gratefully received.

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900