Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.1 KB

windows_applicationmodel_appointments_appointmentsprovider.md

File metadata and controls

24 lines (14 loc) · 1.1 KB
-api-id -api-type
N:Windows.ApplicationModel.Appointments.AppointmentsProvider
winrt namespace

Windows.ApplicationModel.Appointments.AppointmentsProvider

-description

Defines operations classes for add appointment and remove appointment requests through activations that an appointments provider interacts with.

-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.

-examples

-see-also

Appointment calendar sample (Windows 10)

-capabilities

appointmentsSystem