AppointmentCalendarUpdateMeetingResponseRequest
AppointmentCalendarUpdateMeetingResponseRequest
AppointmentCalendarUpdateMeetingResponseRequest
AppointmentCalendarUpdateMeetingResponseRequest
Class
Definition
Represents the user's request to change the response to a calendar meeting.
public : sealed class AppointmentCalendarUpdateMeetingResponseRequest : IAppointmentCalendarUpdateMeetingResponseRequestpublic sealed class AppointmentCalendarUpdateMeetingResponseRequest : IAppointmentCalendarUpdateMeetingResponseRequestPublic NotInheritable Class AppointmentCalendarUpdateMeetingResponseRequest Implements IAppointmentCalendarUpdateMeetingResponseRequest// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
The system generates an instance of this class and sets it as a property in the AppointmentCalendarUpdateMeetingResponseRequestEventArgs argument of the UpdateMeetingResponseRequested event.
Properties
AppointmentCalendarLocalId AppointmentCalendarLocalId AppointmentCalendarLocalId AppointmentCalendarLocalId
Gets a string that uniquely identifies the calendar associated with the appointment on the local device.
public : PlatForm::String AppointmentCalendarLocalId { get; }public string AppointmentCalendarLocalId { get; }Public ReadOnly Property AppointmentCalendarLocalId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A string that uniquely identifies the calendar on the local device.
AppointmentLocalId AppointmentLocalId AppointmentLocalId AppointmentLocalId
Gets a string that uniquely identifies the appointment on the local device.
public : PlatForm::String AppointmentLocalId { get; }public string AppointmentLocalId { get; }Public ReadOnly Property AppointmentLocalId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A string that uniquely identifies the appointment on the local device.
AppointmentOriginalStartTime AppointmentOriginalStartTime AppointmentOriginalStartTime AppointmentOriginalStartTime
Gets the original starting time for a recurring appointment.
public : IReference<DateTime> AppointmentOriginalStartTime { get; }public Nullable<DateTimeOffset> AppointmentOriginalStartTime { get; }Public ReadOnly Property AppointmentOriginalStartTime As Nullable<DateTimeOffset>// You can use this property in JavaScript.
- Value
- IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>
The original starting time for a recurring appointment.
Comment Comment Comment Comment
Gets a text comment the user may write regarding the change in meeting response.
public : PlatForm::String Comment { get; }public string Comment { get; }Public ReadOnly Property Comment As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
A text comment by the user regarding the change in meeting response.
Response Response Response Response
Gets the new response the user wishes to give concerning an appointment invitation.
public : AppointmentParticipantResponse Response { get; }public AppointmentParticipantResponse Response { get; }Public ReadOnly Property Response As AppointmentParticipantResponse// You can use this property in JavaScript.
- Value
- AppointmentParticipantResponse AppointmentParticipantResponse AppointmentParticipantResponse AppointmentParticipantResponse
The new response the user wishes to give.
SendUpdate SendUpdate SendUpdate SendUpdate
Indicates whether the user wishes to send an update to the meeting's organizer.
public : PlatForm::Boolean SendUpdate { get; }public bool SendUpdate { get; }Public ReadOnly Property SendUpdate As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
The Boolean value indicating whether or not to send the response to the meeting organizer.
Methods
ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync() ReportCompletedAsync()
Notifies the system that the task of updating a meeting response has completed.
public : IAsyncAction ReportCompletedAsync()public IAsyncAction ReportCompletedAsync()Public Function ReportCompletedAsync() As IAsyncAction// You can use this method in JavaScript.
An asynchronous operation.
Remarks
This method should be called only if the app has successfully pushed a meeting response update.
ReportFailedAsync() ReportFailedAsync() ReportFailedAsync() ReportFailedAsync()
Notifies the system that the task of updating a meeting response has failed.
public : IAsyncAction ReportFailedAsync()public IAsyncAction ReportFailedAsync()Public Function ReportFailedAsync() As IAsyncAction// You can use this method in JavaScript.
An asynchronous operation.
Remarks
This method should be called only if the app has failed to push a meeting response update.