IAppointmentsProviderAddAppointmentActivatedEventArgs
IAppointmentsProviderAddAppointmentActivatedEventArgs
IAppointmentsProviderAddAppointmentActivatedEventArgs
IAppointmentsProviderAddAppointmentActivatedEventArgs
Interface
Definition
Provides data when an app is activated to add an appointment to the user’s calendar.
public : interface IAppointmentsProviderAddAppointmentActivatedEventArgspublic interface IAppointmentsProviderAddAppointmentActivatedEventArgsPublic Interface IAppointmentsProviderAddAppointmentActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderAddAppointmentActivatedEventArgsIAppointmentsProviderAddAppointmentActivatedEventArgsIAppointmentsProviderAddAppointmentActivatedEventArgsIAppointmentsProviderAddAppointmentActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
AddAppointmentOperation AddAppointmentOperation AddAppointmentOperation AddAppointmentOperation
Gets the appointment that is provided to the app when the user tries to add it.
public : AddAppointmentOperation AddAppointmentOperation { get; }public AddAppointmentOperation AddAppointmentOperation { get; }Public ReadOnly Property AddAppointmentOperation As AddAppointmentOperation// You can use this property in JavaScript.
- Value
- AddAppointmentOperation AddAppointmentOperation AddAppointmentOperation AddAppointmentOperation
The appointment that is added.