Skip to content
background-image background-image

Microsoft Exchange EWS Event Sender

[ | version 3.1]

Connector

The connector is permitted for use of the platform background agent.

Connector processing type: Row by row!

This connector allows to send 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 Send Input (ver. 1.1.0)

Column Data type Allow null Description
Subject string Yes Subject of calendar event
Body string Yes Body of calendar event
Start DateTime No Start date time of calendar event
End DateTime No End date time of calendar event
Location string Yes Location of calendar event
Attendees Event Attendee 1.1.0 No Attendees of calendar event

Event Attendee (ver. 1.1.0)

Column Data type Allow null Description
Name string Yes Name of attendee
Address string No Email address of attendee
Required bool No Flag if attendee is required or optional

Output

Event Send Output (ver. 1.0.0)

Column Data type Allow null Description
EventID string No ID of calendar event

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.