There could be some situations like acquisition or divestiture when you need to enable free busy (calendar availability) sharing between office 365 and google apps, It will help your end users to have better availability visibility and help in planning their meetings without so much of email exchange.
I have seen article from Google on calendar sharing but those doesn’t provide detail with screenshot, In rest of the article i will explain how to enable free/busy sharing between Google Apps and Office 365. This calendar sharing will be setup between these domains of Office 365 and Google Apps.
-
Office 365 – learn4coming.xyz and tenant domain is ltechf.onmicrosoft.com
-
Google Apps – sj.learn4coming.xyz
- Create a normal account in Google Apps & Office 365, this will be used as a service account.
- Login to Google Admin Portal
- Navigate to Dashboard and click on ‘Apps’.
- Click on ‘Google Suite’
- Click on ‘Calendar’
- Navigate to end and click on ‘Calendar Interop management’
- Fill information like below and save changes:
- Navigate to https://calendar.google.com/Exchange/tools and login with super administrator credentials and click on Execute.
- Now login with service account of Google Apps created for free/busy.
- Confirm that you see the name of your service account, now Click on Allow.
- Now you will be prompted to download a .dat file,
- Now click on second highlighted option.
- Upload .dat file from your desktop and fill information like below and click on ‘Show Exchange Setup’ :
- Run below command on Office 365 exchange online powershell using Global Administrator credentials.
Exchange server configurationConfigure your Exchange server with the following settings. Note that the username and password here are specific to Exchange, and are not the username and password of the Google Role Account. The server URL to give Exchange is: https://calendar.google.com/autodiscover/autodiscover.xml You can cut-and-paste the following line of PowerShell code directly into the Exchange Management Shell to set up your availability address space for you. You can use this to create a new availability address space or to change the credentials of an existing one. This is all one line of code, but we encourage you to read it first before execution. Note: this will remove and re-add any existing availability address space with this name (to make it easy to update the credentials for an existing availability address space). if ((Get-AvailabilityConfig) -ne $null) { |
Credential shown here are only for representation.
- Now verify that AvailabilityConfig and AvailabilityAddressSpace have been populated as required.
- Now start doing free/busy test.
- You would need to create mail contact in Exchange Online for Google Apps users.
- There is no need for mail contact in Google Apps.
- You would need to create mail contact in Exchange Online for Google Apps users.
Thank you for reading, please share your feedback !