AppointmentProposal ComplexType

Represents a proposed appointment time and date as a result of the Search function.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
End Edm.DateTimeOffset

The proposed appointment end date and time.

ProposalParties Collection(ProposalParty)

An array of parties needed for the proposed appointment.

SiteId Edm.Guid

The ID of the site for the proposed appointment.

SiteName Edm.String

The name of the site for the proposed appointment.

Start Edm.DateTimeOffset

The proposed appointment start date and time

Used by

The following use the AppointmentProposal ComplexType.

Name How used
SearchResults Proposals Property

See also