diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/caldav/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/caldav/README.md b/contrib/caldav/README.md index 49ffe4d..5f47680 100644 --- a/contrib/caldav/README.md +++ b/contrib/caldav/README.md @@ -165,3 +165,13 @@ around the authorization code might be necessary or not, depending on your shell ``` calcurse-caldav --init keep-remote --authcode '4/Ok6mBNW2nppfIwyL-Q1ZPVkEk3zZdZN3mHcY#' ``` + +Troubleshooting +--------------- + +### 403 (Forbidden) When Submitting Auth Code for Google Calendar + +- Ensure that both the CalDAV API and the Google Calendar API are enabled for +your Google Developer project +- Ensure that your authcode consists of only the `code` parameter's value when +extracting from the returned URL
\ No newline at end of file |