Windows.ApplicationModel.Appointments.AppointmentsProvider Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines operations classes for add appointment and remove appointment requests through activations that an appointments provider interacts with.
Classes
AddAppointmentOperation |
Represents the operation object associated with adding a new appointment. Appointments provider apps use this info to perform the operation. |
AppointmentsProviderLaunchActionVerbs |
Represents the object associated with retrieving the operation of the appointments provider. |
RemoveAppointmentOperation |
Represents the operation object associated with removing an appointment. Appointments provider apps use this info to perform the operation. |
ReplaceAppointmentOperation |
Represents the operation object associated with replacing an appointment. Appointments provider apps use this info to perform the operation. |
Remarks
A show timeframe / show appointments UI activation doesn't have an operations class. This is because the provider doesn't need to communicate anything back to the call that starts the activation sequence. To respond to a show timeframe activation, the provider app should cast the event data to IAppointmentsProviderShowTimeFrameActivatedEventArgs and use the properties of that event data to obtain the activating app's hints for how the appointments provider UI should be shown.