AppointmentStore.MoveAppointmentAsync Method

Definition

Moves the specified Appointment object to the specified AppointmentCalendar.

public:
 virtual IAsyncAction ^ MoveAppointmentAsync(Appointment ^ appointment, AppointmentCalendar ^ destinationCalendar) = MoveAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MoveAppointmentAsync(Appointment const& appointment, AppointmentCalendar const& destinationCalendar);
IAsyncAction MoveAppointmentAsync(Appointment const& appointment, AppointmentCalendar const& destinationCalendar);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MoveAppointmentAsync(Appointment appointment, AppointmentCalendar destinationCalendar);
public IAsyncAction MoveAppointmentAsync(Appointment appointment, AppointmentCalendar destinationCalendar);
function moveAppointmentAsync(appointment, destinationCalendar)
Public Function MoveAppointmentAsync (appointment As Appointment, destinationCalendar As AppointmentCalendar) As IAsyncAction

Parameters

appointment
Appointment

The appointment to be moved.

destinationCalendar
AppointmentCalendar

The appointment calendar to which the appointment is moved.

Returns

An asynchronous action.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Applies to