uap:AppointmentsProvider (Windows 10)

Declares an app extensibility point of type windows.appointmentsProvider.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:AppointmentsProvider>

Syntax

<uap:AppointmentsProvider>

  <!-- Child elements -->
  uap:AppointmentsProviderLaunchActions?

</uap:AppointmentsProvider>

Key

?   optional (zero or one)

Attributes and elements

Attributes

None.

Child elements

Child element Description
uap:AppointmentsProviderLaunchActions Declares actions to take when a appointment is launched.

Parent elements

Parent element Description
uap:Extension Declares an extensibility point for the app.

Remarks

For info about appointments and the appointments provider, see Windows.ApplicationModel.Appointments and Windows.ApplicationModel.Appointments.AppointmentsProvider.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10 version 1511 (Build 10586)