Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Search Exchange Calendar

Prev Next
Step Details
Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationIntegration > Exchange Web Services

The Search Exchange Calendar step searches for calendar events with the specified start and end dates/times and retrieves all data about the calendar event or appointment.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
End TimeEnd date and time of calendar.DateTime
Exchange ServerServer and authentication to use.ExchangeServerDefinition
LimitMaximum number of results to return.Int32
Start TimeStart date and time of calendar.DateTime

Outputs

PropertyDescriptionData Type
OutputOutputs search Exchange calendar results.List of ExchangeCalendarItem


Common Errors

The Remote Server Returned an Error

If the remote server address is improperly entered, the Step will cause an error.

To correct this, input a URL that is properly spelled to effectively connect to the designated server.

Error Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Substring 1[Substring] in flow [Display Steps]: Exception invoking method Substring on class StringSteps 
 ---> DecisionsFramework.LoggedException: Exception invoking method Substring on class StringSteps 
 ---> System.ArgumentOutOfRangeException: Index and length must refer to a location within the string. (Parameter 'length')  
   at System.String.Substring(Int32 startIndex, Int32 length)       
   --- End of inner exception stack trace ---  
   at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data  at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData)  
   at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)       
   --- End of inner exception stack trace ---


Related Information