AppointmentProperties AppointmentProperties AppointmentProperties AppointmentProperties Class

Definition

Provides strings that identify the properties of an appointment.

public : static class AppointmentPropertiespublic static class AppointmentPropertiesPublic Static Class AppointmentProperties// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

AllDay AllDay AllDay AllDay

Gets the name of the AllDay property.

public : static PlatForm::String AllDay { get; }public static string AllDay { get; }Public Static ReadOnly Property AllDay As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the AllDay property.

AllowNewTimeProposal AllowNewTimeProposal AllowNewTimeProposal AllowNewTimeProposal

Gets the name of AllowNewTimeProposal the property.

public : static PlatForm::String AllowNewTimeProposal { get; }public static string AllowNewTimeProposal { get; }Public Static ReadOnly Property AllowNewTimeProposal As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of AllowNewTimeProposal the property.

BusyStatus BusyStatus BusyStatus BusyStatus

Gets the name of the BusyStatus property.

public : static PlatForm::String BusyStatus { get; }public static string BusyStatus { get; }Public Static ReadOnly Property BusyStatus As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the BusyStatus property.

ChangeNumber ChangeNumber ChangeNumber ChangeNumber

Gets the current change number of the local version of the Appointment.

public : static PlatForm::String ChangeNumber { get; }public static string ChangeNumber { get; }Public Static ReadOnly Property ChangeNumber As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The current change number of the local version of the Appointment.

DefaultProperties DefaultProperties DefaultProperties DefaultProperties

Gets a list of names for the default appointment properties.

public : static IVector<string> DefaultProperties { get; }public static IList<string> DefaultProperties { get; }Public Static ReadOnly Property DefaultProperties As IList<string>// You can use this property in JavaScript.
Value
IVector<PlatForm::String> IList<string> IList<string> IList<string>

A list of names for the default appointment properties.

Details Details Details Details

Gets the name of the Details property.

public : static PlatForm::String Details { get; }public static string Details { get; }Public Static ReadOnly Property Details As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Details property.

DetailsKind DetailsKind DetailsKind DetailsKind

Gets the format of the appointment details, plain text or HTML.

public : static PlatForm::String DetailsKind { get; }public static string DetailsKind { get; }Public Static ReadOnly Property DetailsKind As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The format of the appointment details, plain text or HTML.

Duration Duration Duration Duration

Gets the name of the Duration property.

public : static PlatForm::String Duration { get; }public static string Duration { get; }Public Static ReadOnly Property Duration As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Duration property.

HasInvitees HasInvitees HasInvitees HasInvitees

Gets the name of the HasInvitees property.

public : static PlatForm::String HasInvitees { get; }public static string HasInvitees { get; }Public Static ReadOnly Property HasInvitees As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the HasInvitees property.

Invitees Invitees Invitees Invitees

Gets the name of the Invitees property.

public : static PlatForm::String Invitees { get; }public static string Invitees { get; }Public Static ReadOnly Property Invitees As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Invitees property.

IsCanceledMeeting IsCanceledMeeting IsCanceledMeeting IsCanceledMeeting

Gets the name of the IsCanceledMeeting property.

public : static PlatForm::String IsCanceledMeeting { get; }public static string IsCanceledMeeting { get; }Public Static ReadOnly Property IsCanceledMeeting As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the IsCanceledMeeting property.

IsOrganizedByUser IsOrganizedByUser IsOrganizedByUser IsOrganizedByUser

Gets the name of the IsOrganizedByUser property.

public : static PlatForm::String IsOrganizedByUser { get; }public static string IsOrganizedByUser { get; }Public Static ReadOnly Property IsOrganizedByUser As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the IsOrganizedByUser property.

IsResponseRequested IsResponseRequested IsResponseRequested IsResponseRequested

Gets the name of the IsResponseRequested property.

public : static PlatForm::String IsResponseRequested { get; }public static string IsResponseRequested { get; }Public Static ReadOnly Property IsResponseRequested As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the IsResponseRequested property.

Location Location Location Location

Gets the name of the Location property.

public : static PlatForm::String Location { get; }public static string Location { get; }Public Static ReadOnly Property Location As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Location property.

OnlineMeetingLink OnlineMeetingLink OnlineMeetingLink OnlineMeetingLink

Gets the name of the OnlineMeetingLink property.

public : static PlatForm::String OnlineMeetingLink { get; }public static string OnlineMeetingLink { get; }Public Static ReadOnly Property OnlineMeetingLink As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the OnlineMeetingLink property.

Organizer Organizer Organizer Organizer

Gets the name of the Organizer property.

public : static PlatForm::String Organizer { get; }public static string Organizer { get; }Public Static ReadOnly Property Organizer As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Organizer property.

OriginalStartTime OriginalStartTime OriginalStartTime OriginalStartTime

Gets the name of the OriginalStartTime property.

public : static PlatForm::String OriginalStartTime { get; }public static string OriginalStartTime { get; }Public Static ReadOnly Property OriginalStartTime As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the OriginalStartTime property.

Recurrence Recurrence Recurrence Recurrence

Gets the name of the Recurrence property.

public : static PlatForm::String Recurrence { get; }public static string Recurrence { get; }Public Static ReadOnly Property Recurrence As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Recurrence property.

Reminder Reminder Reminder Reminder

Gets the name of the Reminder property.

public : static PlatForm::String Reminder { get; }public static string Reminder { get; }Public Static ReadOnly Property Reminder As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Reminder property.

RemoteChangeNumber RemoteChangeNumber RemoteChangeNumber RemoteChangeNumber

Gets or sets the current change number of the server version of the Appointment.

public : static PlatForm::String RemoteChangeNumber { get; }public static string RemoteChangeNumber { get; }Public Static ReadOnly Property RemoteChangeNumber As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The current change number of the server version of the Appointment.

ReplyTime ReplyTime ReplyTime ReplyTime

Gets the name of the ReplyTime property.

public : static PlatForm::String ReplyTime { get; }public static string ReplyTime { get; }Public Static ReadOnly Property ReplyTime As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the ReplyTime property.

Sensitivity Sensitivity Sensitivity Sensitivity

Gets the name of the Sensitivity property.

public : static PlatForm::String Sensitivity { get; }public static string Sensitivity { get; }Public Static ReadOnly Property Sensitivity As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Sensitivity property.

StartTime StartTime StartTime StartTime

Gets the name of the StartTime property.

public : static PlatForm::String StartTime { get; }public static string StartTime { get; }Public Static ReadOnly Property StartTime As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the StartTime property

Subject Subject Subject Subject

Gets the name of the Subject property.

public : static PlatForm::String Subject { get; }public static string Subject { get; }Public Static ReadOnly Property Subject As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Subject property.

Uri Uri Uri Uri

Gets the name of the Uri property.

public : static PlatForm::String Uri { get; }public static string Uri { get; }Public Static ReadOnly Property Uri As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the Uri property.

UserResponse UserResponse UserResponse UserResponse

Gets the name of the UserResponse property.

public : static PlatForm::String UserResponse { get; }public static string UserResponse { get; }Public Static ReadOnly Property UserResponse As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the UserResponse property.