February 2015
Intermediate to advanced
768 pages
26h 24m
English
The Appointment Provider target must declare the windows.appointmentProvider contract in XML and specify one or more of the following verbs: addAppointment, removeAppointment, replaceAppointment, and showTimeFrame. As with the Contact contract, the Visual Studio package manifest designer does not yet support this.
When your app is selected as the appointments provider for one of the four tasks, you handle an appointments provider activation as follows by overriding the OnActivated method in App.xaml.cs:
protected override void OnActivated(IActivatedEventArgs args) { // Note: If Window.Current.Content isn't null, this is an existing // window from a running or suspended ...
Read now
Unlock full access