CalendarViewType
extends BasePagingType
in package
Defines a FindItem operation as returning calendar items in a set as they appear in a calendar.
Table of Contents
Properties
- $EndDate : string
- Identifies the end of a time span queried for calendar items.
- $MaxEntriesReturned : int
- Describes the maximum number of items or conversations to return in the response.
- $StartDate : string
- Identifies the start of a time span queried for calendar items.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$EndDate
Identifies the end of a time span queried for calendar items.
public
string
$EndDate
All calendar items that have a start time that is on or after EndDate will not be returned. The value of EndDate can be specified in UTC format, as in 2006-02-02T12:00:00Z, or in a format where local time and time zone offset is specified, as in 2006-02-02T04:00:00-08:00.
EndDate must be greater than or equal to StartDate; otherwise an error is returned.
This attribute is required.
Tags
$MaxEntriesReturned
Describes the maximum number of items or conversations to return in the response.
public
int
$MaxEntriesReturned
Tags
$StartDate
Identifies the start of a time span queried for calendar items.
public
string
$StartDate
All calendar items that have an end time that is before StartDate will not be returned. The value of StartDate can be specified in coordinated universal time (UTC) format, as in 2006-01-02T12:00:00Z, or in a format where local time and time zone offset is specified, as in 2006-01-02T04:00:00-08:00.
This attribute is required.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed