RetrieveExchangeAppointments Function
Retrieves the appointments for the current user for a specific date range from the exchange web service.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
StartDate
|
Edm.DateTimeOffset | False | True | The start date of the range in UTC. |
EndDate
|
Edm.DateTimeOffset | False | True | The end date of the range in UTC. |
Return type
Type | Nullable | Description |
---|---|---|
Collection(crmbaseentity) | False | The RetrieveExchangeAppointments function returns the following value. |