Menu
Get a demo

Setup guide for Exchange

A step by step guide on how to connect Meetio apps to Exchange.

Prerequisites

When you configure the Meetio apps connection to Exchange you will need two addresses:

Exchange Control Panel (ECP) – Where you administer your Exchange.
Exchange Web Services (EWS) – The web service Meetio connects to and pulls the booking information.
These are most likely to be at https://[Exchange Server FQDN]/ECP/ and https://[Exchange Server FQDN]/EWS/Exchange.asmx.

There are 2 methods to use to find the URL:

1. Use a PowerShell command on the Microsoft Exchange Server

  • Open the Exchange Management Shell on the Exchange server
  • Type Get-WebServicesVirtualDirectory |Select name, *url* | fl
  • The URL will be displayed.

ews1

2. Use Microsoft Outlook (2007 and later) that connects to the same Exchange EWS Connector.

  • Hold the Ctrl key and right click on the Outlook Icon in the system tray
  • Select “Test E-mail Auto Configuration” from the menu
  • Type in an email address located on the desired Exchange server
  • Click Test
  • The URL is listed as 'Availability Service URL'

ews3

Step 1 - Service account

Start with setting up a ordinary Exchange user account in ECP. This account will be used by Meetio apps to connect to EWS so it will be visible when someone books a meeting directly on the tablet. Give it a intuitive name, for an example “Direct booking”.

As an alternative you can run the the following Exchange Powershell:

New-Mailbox -UserPrincipalName meetio -Alias 'Instant Booking' -Database -Name Meetio -OrganizationalUnit -Password -FirstName 'Meetio' -Displayname 'Instant Booking' -ResetPasswordOnNextLogon $false

Step 2 - Create room

Next step is to configure a room resource for each room you have. If this is already in place you can of course skip this step.

  1. Connect to ECP and navigate to Recipients > Resources in the left menu.
  2. Click on the + icon and choose Room Mailbox.
  3. Give a name to the room and a unique e-mail address.
  4. Save and repeat for all the rooms you want to book through Exchange.

Step 3 - Give the service account access to the rooms

The service account will need full access to the room resources.

You can give full access through ECP (Recipients > Resources), choose each room resource and Edit. In the popup window choose the menu option Delegate and in the last section Full Access you click the + icon and add the service account you created in step 1.

If you rather use Exchange Powershell you can use the following command:

Get-User -identity [Room Resource E-mail] | Add-MailboxPermission -User [Service Account E-mail] -AccessRights 'FullAccess'

Step 4 - Configure Meetio to connect

Lastly you need to configure Meetio to connect to the service account in Exchange. Log in to Meetio Admin and follow the guide on screen.

If the guide does not start, go to Connection and press New Connection”.

Choose Exchange and enter the credentials for the Service account created in Step 1. Use the URL adress for your EWS on the form https://[Exchange Server FQDN]/EWS/Exchange.asmx.

From there you can go to Rooms to add all the rooms as created in step 2.

Your connection is now ready and you can assign your Meetio products to the various rooms.