Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
| Minimum OS Version | Windows 10 version 1511 (Build 10586) |
Remarks
For info about appointments and the appointments provider, see Windows.ApplicationModel.Appointments and Windows.ApplicationModel.Appointments.AppointmentsProvider.