Skip to content

Commit 143c373

Browse files
committed
[ADD] general: documentatiom about the synchronization with outlook's calendar
1 parent ae09e68 commit 143c373

File tree

9 files changed

+66
-0
lines changed

9 files changed

+66
-0
lines changed

general.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ General
1414
general/auth
1515
general/tags
1616
general/payment_acquirers
17+
general/calendars
1718
general/in_app_purchase
1819
general/developer_mode

general/calendars.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
=========
2+
Calendars
3+
=========
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
calendars/outlook/outlook_calendar
25.9 KB
Loading
16.8 KB
Loading
17.6 KB
Loading
13.9 KB
Loading
93.6 KB
Loading
32.6 KB
Loading
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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

Comments
 (0)