AppointmentCalendar.SaveAppointmentAsync(Appointment) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
App capabilities |
appointmentsSystem
|