This connector allows to download calendar events from Microsoft Exchange account by Exchange Web Services (EWS). It is used when given account is not supporting REST API i.e. on-premise installations.
Confirguration
Exchange EWS Connection configuration
Exchange version
Select default exchange version used. Default is Exchange 2016.
Username
Define mailbox server bind login which is used for authentication of the connection. Placeholder can be used to refer data from input schema ${input.UserName}
.
Password
Define mailbox server bind password which is used for authentication of the connection.
Domain
Define Domain where mailbox server is placed.
Timeout
Define timeout in seconds. Default is 100.
Autodiscover
If set to true
, exchange server is discovering settings automatically by entered email.
Autodiscover email
Email address used for auto discovering exchange server settings.
Exchange url
Url address used for setting exchange server parameters.
Input & Output Schema
Input
Event Read Input (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
EventID | string | No | ID of calendar event |
Output
Event Read Output (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
EventID | string | No | ID of calendar event |
JsonResponse | string | No | Calendar event details in JSON format |
Release notes
3.1.4
- Fixed input process type.
3.1.3
- Fixed shared nuget package versions.
3.1.2
- Fixed right processing of nullable properties.