|
| 1 | +===================================== |
| 2 | +Synchronization with Outlook Calendar |
| 3 | +===================================== |
| 4 | + |
| 5 | +Life is a lot easier when you are able to manage all your calendars in one single place. Therefore, |
| 6 | +now Odoo also allows you to synchronize your Outlook Calendar with the Calendar application. |
| 7 | + |
| 8 | +To start, `Register your application with the Microsoft identity platform |
| 9 | +<https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app>`_ making |
| 10 | +sure to **follow all the steps described in the guidelines**. |
| 11 | + |
| 12 | +.. important:: |
| 13 | + For the **Redirect URI restrictions**, copy your Odoo server URI followed by |
| 14 | + ``/microsoft_account/authentication``. Example: |
| 15 | + |
| 16 | + .. image:: media/redirect_URIs.png |
| 17 | + :align: center |
| 18 | + :alt: Odoo's server URI that is accepted when microsoft returns authentication |
| 19 | + |
| 20 | +Once you are finished, copy: |
| 21 | + |
| 22 | +- Client ID: |
| 23 | + |
| 24 | +.. image:: media/application_client_ID.png |
| 25 | + :align: center |
| 26 | + :alt: Client ID token to be copied from Microsoft |
| 27 | + |
| 28 | +- Client Secrets: |
| 29 | + |
| 30 | +.. image:: media/client_secrets.png |
| 31 | + :align: center |
| 32 | + :alt: Client Secret token to be copied from Microsoft |
| 33 | + |
| 34 | +Now, activate the *Outlook Calendar* feature in *Settings* and paste those key pieces of information. |
| 35 | + |
| 36 | +.. image:: media/outlook_calendar.png |
| 37 | + :align: center |
| 38 | + :alt: Outlook Calendar feature activated in Odoo |
| 39 | + |
| 40 | +.. _outlook_calendar/sync_with_outlook: |
| 41 | + |
| 42 | +Next, go to *Calendar* and click on *Sync with Outlook*. Log in to your account and grant the |
| 43 | +required permissions. |
| 44 | + |
| 45 | +.. image:: media/sync_with_outlook.png |
| 46 | + :align: center |
| 47 | + :alt: Calendar view and the button Sync with Outlook in Odoo Calendar |
| 48 | + |
| 49 | +Once synched, the synchronization happens seemingly and automatically, keeping you always up to date. |
| 50 | + |
| 51 | +.. image:: media/synched_with_outlook.png |
| 52 | + :align: center |
| 53 | + :alt: View of Odoo's Calendar synched with Outlook's Calendar |
| 54 | + |
| 55 | +.. note:: |
| 56 | + All users that want to use the synchronization must :ref:`sync their calendar with Outlook |
| 57 | + <outlook_calendar/sync_with_outlook>`. |
0 commit comments