diff options
author | Randy Ramos <rramos1295@gmail.com> | 2019-06-12 18:26:08 -0400 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2019-06-12 19:27:26 -0400 |
commit | f37473717108863ffc9ade89c478e119977088f4 (patch) | |
tree | c64aae2ef865e0cdb77fb9f3e728fefd92da769c /contrib/caldav | |
parent | 3216814be1305948aa9401d442668507af2dffab (diff) | |
download | calcurse-f37473717108863ffc9ade89c478e119977088f4.tar.gz calcurse-f37473717108863ffc9ade89c478e119977088f4.zip |
Add Troubleshooting section to calcurse-caldav README.md
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib/caldav')
-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 |