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
To use the Google Calendar import feature you need:
55
-
1. A Google account
56
-
2. A `credentials.json` file — get this from [Google Cloud Console](https://console.cloud.google.com) by creating a project, enabling the Google Calendar API, and creating OAuth 2.0 credentials (Desktop app)
57
-
3. Place `credentials.json` in the root of the project folder
58
-
4. On first run a browser window will open asking you to grant calendar access — after that a `token.json` file is saved automatically
55
+
56
+
To use the Google Calendar import feature, you need to set up your own Google OAuth credentials:
57
+
58
+
1. Go to Google Cloud Console (https://console.cloud.google.com)
59
+
2. Create a new project
60
+
3. Enable the Google Calendar API
61
+
4. Create OAuth 2.0 credentials (Desktop app)
62
+
5. Download the credentials as `credentials.json`
63
+
6. Place `credentials.json` in the root of the repository
64
+
7. On first run, a browser window will open asking you to grant calendar access
59
65
60
66
Note: `credentials.json` and `token.json` are excluded from version control for security reasons.
0 commit comments