You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ These can be obtained through the following procedure:
20
20
2. After creating a project click on `Go to APIs overview` card from the dashboard which will take you to the API dashboard.
21
21
3. Select `Credentials` from the left menu
22
22
4. Now click on `Create Credentials` dropdown and select `Oauth client ID` option.
23
-
5. While creating the Oauth credentials, enter the values of `Authorized Javascript Origins` as `<Mattermost server URL>` and the value of `Authorised redirect URIs` as `<Mattermost server URL>/plugins/google-calendar/oauth/complete`.
23
+
5. While creating the Oauth credentials, enter the values of `Authorized Javascript Origins` as `<Mattermost server URL>` and the value of `Authorised redirect URIs` as `<Mattermost server URL>/plugins/com.mattermost.google-calendar/oauth/complete`.
24
24
6. After creating the Oauth client, copy the Client ID and secret.
25
-
7. Upload the plugin to Mattermost and go to `Google Calendar Plugin settings`. Paste the client id and secret and select a user for the plugin to post event messages with.
25
+
7. Upload the plugin to Mattermost and go to `Google Calendar Plugin settings`. Paste the client id and secret.
26
26
8. Enable the plugin and you should be able to see event reminder notifications.
27
27
28
28
## Installing For Development
@@ -36,9 +36,9 @@ Afterwards, you can close SimpleHTTPWebServer and run your Mattermost Server)
36
36
5. Go to [API library](https://console.cloud.google.com/apis/library) and make sure Google Calendar API is enabled.
37
37
6. Go to [API and Services](https://console.cloud.google.com/apis/dashboard) and select `Credentials` tab from the left menu.
38
38
7. Now click on `Create Credentials` dropdown and select `Oauth client ID` option.
39
-
8. While creating the Oauth credentials, enter the values of `Authorized Javascript Origins` as `http://localhost:8065` and the value of `Authorised redirect URIs` as `http://localhost:8064/plugins/google-calendar/oauth/complete`.
39
+
8. While creating the Oauth credentials, enter the values of `Authorized Javascript Origins` as `http://localhost:8065` and the value of `Authorised redirect URIs` as `http://localhost:8065/plugins/com.mattermost.google-calendar/oauth/complete`.
40
40
9. After creating the Oauth client, copy the Client ID and secret.
41
-
10. Upload the plugin to Mattermost and go to `Google Calendar Plugin settings`. Paste the client id and secret and select a user for the plugin to post event messages with.
41
+
10. Upload the plugin to Mattermost and go to `Google Calendar Plugin settings`. Paste the client id and secret.
42
42
11. Enable the plugin and you should be able to see event reminder notifications.
0 commit comments