8000 [ADD] How to synchronize your calendar with Google Calendar · jango2015/documentation-user@7f36557 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f36557

Browse files
committed
[ADD] How to synchronize your calendar with Google Calendar
1 parent d414511 commit 7f36557

12 files changed

+61
-1
lines changed

crm.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ CRM
1010
crm/overview
1111
crm/salesteam
1212
crm/leads
13-
crm/reporting
13+
crm/reporting
14+
crm/calendar

crm/calendar.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
========
2+
Calendar
3+
========
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
calendar/google_calendar_credentials
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
=====================================================
2+
How to synchronize your calendar with Google Calendar
3+
=====================================================
4+
5+
- Connect on your google account and go to https://console.developers.google.com/
6+
7+
- Click on **Create a project...** and enter a project name and change your id if you want.
8+
Don't forget to accept the Terms of Services
9+
10+
.. image:: media/google_calendar_credentials01.png
11+
:align: center
12+
13+
- In the menu on left side, select the sub menu APIs (from menu APIs and auth) and click on 'Calendar API'.
14+
Activate the Calendar API by clicking on the blue button 'Enable API'.
15+
When it's done, the Calendar API overview will be available
16+
17+
.. image:: media/google_calendar_credentials02.png
18+
:align: center
19+
20+
.. image:: media/google_calendar_credentials03.png
21+
:align: center
22+
23+
.. image:: media/google_calendar_credentials04.png
24+
:align: center
25+
26+
- In the menu on left side, select the sub menu 'Credentials' (from menu APIs and auth) and click on
27+
button 'Create new Client ID'
28+
29+
.. image:: media/google_calendar_credentials05.png
30+
:align: center
31+
32+
- Check that the Application type is set on 'Web Application', then click on 'Configure consent screen'.
33+
Specify an email address and a product name, then save.
34+
35+
.. image:: media/google_calendar_credentials06.png
36+
:align: center
37+
38+
.. image:: media/google_calendar_credentials07.png
39+
:align: center
40+
41+
You should now configure the allowed pages on which you will be redirected. To do it, you need to complete the field "Authorized redirect URI" and set as value (your own domain followed by '/google_account/authentication'):
42+
==> http://mydomain.odoo.com/google_account/authentication
43+
You can now click on 'Create Client ID'
44+
45+
.. image:: media/google_calendar_credentials08.png
46+
:align: center
47+
48+
- Once done, you will have the both informations (Client ID and Client Secret) that you need to insert in the 2 fields below!
49+
50+
.. image:: media/google_calendar_credentials09.png
51+
:align: center
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
0