AppointmentCalendarProposeNewTimeForMeetingRequest Class
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.
Represents the user's request to change the time of a calendar meeting.
public ref class AppointmentCalendarProposeNewTimeForMeetingRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarProposeNewTimeForMeetingRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarProposeNewTimeForMeetingRequest
Public NotInheritable Class AppointmentCalendarProposeNewTimeForMeetingRequest
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
App capabilities |
appointmentsSystem
|
Remarks
The system generates an instance of this class and sets it as a property in the AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs argument of the ProposeNewTimeForMeetingRequested event.
Properties
AppointmentCalendarLocalId |
Gets a string that uniquely identifies the calendar associated with the appointment on the local device. |
AppointmentLocalId |
Gets a string that uniquely identifies the appointment on the local device. |
AppointmentOriginalStartTime |
Gets the original starting time for a recurring appointment. |
Comment |
Gets a text comment the user may write regarding the change in meeting time. |
NewDuration |
Gets the proposed new duration of the meeting. |
NewStartTime |
Gets the proposed new start time of the meeting. |
Subject |
Gets the subject of the new meeting invitation. |
Methods
ReportCompletedAsync() |
Notifies the system that the task of updating a meeting's time has completed. |
ReportFailedAsync() |
Notifies the system that the task of updating a meeting's time has failed. |