TimeInfo ComplexType

Specifies a set of time blocks with appointment information.

Properties

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

Name Type Details
ActivityStatusCode Edm.Int32

The status of the activity.

CalendarId Edm.Guid

The ID of the calendar for this block of time.

DisplayText Edm.String

The display text shown in the calendar for the time block.

Effort Edm.Double

The amount of effort required for this block of time.

End Edm.DateTimeOffset

The end time for the block.

IsActivity Edm.Boolean

Indicates whether the block of time refers to an activity.

SourceId Edm.Guid

The ID of the record referred to in the time block.

SourceTypeCode Edm.Int32

The type of entity referred to in the time block.

Start Edm.DateTimeOffset

The start time for the block.

SubCode SubCode

Information about the time block such as whether it is an appointment, break, or holiday.

TimeCode TimeCode

Indicates whether the time block is available, busy, filtered or unavailable.

Used by

The following use the TimeInfo ComplexType.

Name How used
ExpandCalendarResponse result Property
QueryScheduleResponse TimeInfos Property

See also