AppointmentCalendar.TryCreateOrUpdateAppointmentAsync 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 attempts to create or update a meeting.
public:
virtual IAsyncOperation<bool> ^ TryCreateOrUpdateAppointmentAsync(Appointment ^ appointment, bool notifyInvitees) = TryCreateOrUpdateAppointmentAsync;
IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment const& appointment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);
function tryCreateOrUpdateAppointmentAsync(appointment, notifyInvitees)
Public Function TryCreateOrUpdateAppointmentAsync (appointment As Appointment, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)
Parameters
- appointment
- Appointment
The meeting to create or update.
- notifyInvitees
-
Boolean
bool
A Boolean value indicating if invitees should be notified.
Returns
A Boolean value indicating if the operation was successful.
Windows requirements
App capabilities |
appointmentsSystem
|