Share via


AppointmentCalendar.SaveAppointmentAsync(Appointment) Method

Definition

Asynchronously saves the provided appointment to the calendar.

public:
 virtual IAsyncAction ^ SaveAppointmentAsync(Appointment ^ pAppointment) = SaveAppointmentAsync;
IAsyncAction SaveAppointmentAsync(Appointment const& pAppointment);
public IAsyncAction SaveAppointmentAsync(Appointment pAppointment);
function saveAppointmentAsync(pAppointment)
Public Function SaveAppointmentAsync (pAppointment As Appointment) As IAsyncAction

Parameters

pAppointment
Appointment

The appointment to be saved.

Returns

An asynchronous action.

Windows requirements

Requirements Description
App capabilities
appointmentsSystem

Applies to